Difference between revisions of "Template:Sidebar"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
| Line 687: | Line 687: | ||
| − | |||
$(document).ready( function() { | $(document).ready( function() { | ||
$('#totalItems, #enteredItems').keyup(function(){ | $('#totalItems, #enteredItems').keyup(function(){ | ||
| − | + | collapseSome() | |
checkUser() | checkUser() | ||
removeCSS() | removeCSS() | ||
| Line 701: | Line 700: | ||
// setTimeout( function() { collapseSome() }, 5000 ); | // setTimeout( function() { collapseSome() }, 5000 ); | ||
}); | }); | ||
| − | + | collapseSome() | |
checkUser() | checkUser() | ||
removeCSS() | removeCSS() | ||
| Line 708: | Line 707: | ||
}); | }); | ||
| − | $(document).ready( function() { | + | // $(document).ready( function() { |
| − | + | // $('#totalItems, #enteredItems').keyup(function(){ | |
| − | + | // resaltarSection() | |
| − | + | // // moveSidebarToBody() | |
| − | + | // }); | |
| − | + | // resaltarSection() | |
| − | + | // // moveSidebarToBody() | |
| − | }); | + | // }); |
</script> | </script> | ||
Revision as of 22:14, 19 March 2021