Difference between revisions of "Template:Sidebar"

From Sinfronteras
Jump to: navigation, search
Line 689: Line 689:
 
         $(document).ready( function() {
 
         $(document).ready( function() {
 
             $('#totalItems, #enteredItems').keyup(function(){
 
             $('#totalItems, #enteredItems').keyup(function(){
 +
                collapseSome()
 
                 checkUser()
 
                 checkUser()
 
                 removeCSS()
 
                 removeCSS()
Line 697: Line 698:
 
                 // So we needed to execute it after a delay:
 
                 // So we needed to execute it after a delay:
 
                 setTimeout( function() { resaltarSection() }, 1000 );  
 
                 setTimeout( function() { resaltarSection() }, 1000 );  
                 setTimeout( function() { collapseSome() },    5000 );  
+
                 // setTimeout( function() { collapseSome() },    5000 );  
             });  
+
             });
 +
            collapseSome()
 
             checkUser()
 
             checkUser()
 
             removeCSS()
 
             removeCSS()
 
             setTimeout( function() { resaltarSection() }, 1000 );
 
             setTimeout( function() { resaltarSection() }, 1000 );
             setTimeout( function() { collapseSome() },    5000 );  
+
             // setTimeout( function() { collapseSome() },    5000 );  
 
         });
 
         });
  

Revision as of 23:11, 19 March 2021