Difference between revisions of "Template:Sidebar"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
Line 697: | Line 697: | ||
// Even inside «.ready()» is not working as expected (when we refresh the page, sometimes it works, sometimes it doesn't work). | // Even inside «.ready()» is not working as expected (when we refresh the page, sometimes it works, sometimes it doesn't work). | ||
// So we needed to execute it after a delay: | // So we needed to execute it after a delay: | ||
− | setTimeout( function() { resaltarSection() }, | + | setTimeout( function() { resaltarSection() }, 3000 ); |
// setTimeout( function() { collapseSome() }, 5000 ); | // setTimeout( function() { collapseSome() }, 5000 ); | ||
}); | }); | ||
Line 703: | Line 703: | ||
checkUser() | checkUser() | ||
removeCSS() | removeCSS() | ||
− | setTimeout( function() { resaltarSection() }, | + | setTimeout( function() { resaltarSection() }, 3000 ); |
// setTimeout( function() { collapseSome() }, 5000 ); | // setTimeout( function() { collapseSome() }, 5000 ); | ||
}); | }); |
Revision as of 00:31, 21 March 2021