Skip to content

Commit

Permalink
Update app2.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hagaryavin authored Sep 26, 2024
1 parent 3cebc23 commit 2d3b4df
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions app2.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
setTimeout(() => {
const loader = document.getElementById("waitArea");
loader.style.display = "none";
document.getElementById("allContent").style.visibility="visible";
}, 7050);
var options = document.getElementById("people");
var optionsEng = document.getElementById("peopleEng");
var theImportantT2DURL="https://script.google.com/macros/s/AKfycbzcWW--rxYPZWO-fogfe6Frn1YXVejatzNlBU53UMNOToe50OFC-cv_ndXojlLOePU4/exec";
Expand Down Expand Up @@ -69,11 +74,12 @@ var titles={
};
var chainDataURL =
"https://script.google.com/macros/s/AKfycbz7IgSM1Rhei0PPSgEHwxD_YHtyevYhZt32Mje9asUeGE20_J8a59XYw0xNFJMxjDKXKA/exec";
getDescData();
getTitlesData();
getChainData();
getData();
getDataEng();
getTitlesData();
getDescData();
getChainData();

function getDescData(){
fetch(theImportantT2DURL)
.then((res) => {
Expand Down

0 comments on commit 2d3b4df

Please sign in to comment.