Performance update, load only when okay is pressed

Took 9 minutes
This commit is contained in:
2020-10-04 22:25:25 +02:00
parent 0411821277
commit ba664edbdb
3 changed files with 21 additions and 10 deletions

3
vendor/js/faq.js vendored
View File

@ -291,6 +291,5 @@ function welcomeMessage()
getQuestions();
setInterval( function() { getQuestions(); }, 1500 );
setTimeout( function() { welcomeMessage(); }, 500 );