Skip to content

Commit

Permalink
Merge pull request #204 from md-rafiq-03/issue199
Browse files Browse the repository at this point in the history
Decrease loading time
  • Loading branch information
Ankit-11525 authored Oct 31, 2022
2 parents d9b447b + 5c7874b commit 583a273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ <h3>Follow Us</h3>
var myVar;

function myFunction() {
myVar = setTimeout(showPage, 1750);
myVar = setTimeout(showPage, 1260);
}

function showPage() {
Expand Down

0 comments on commit 583a273

Please sign in to comment.