Skip to content

Commit

Permalink
hiding btn when typing sents
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammed-abuodeh committed Feb 21, 2024
1 parent 9329ee3 commit 5c72cea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ var readSentenceTreeData = function () {
};

var setSentenceTreeData = function () {
view([$("#auth_logout_btns")], hideComponents);
//we conly call the readConfigFileForSentence here to insure that the configuration file is
//completely read before moving on to the rest of the funcion. The actual reading of the sentence
//data happens in the readSentenceTreeData function which gets called in the readConfigFileForSentence
Expand Down

0 comments on commit 5c72cea

Please sign in to comment.