Difference between revisions of "Template:Sidebar"

From Sinfronteras
Jump to: navigation, search
Line 697: Line 697:
 
                 // 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() },    1000 );  
+
                 setTimeout( function() { collapseSome() },    5000 );  
 
             });   
 
             });   
 
             checkUser()
 
             checkUser()
 
             removeCSS()
 
             removeCSS()
 
             setTimeout( function() { resaltarSection() }, 1000 );
 
             setTimeout( function() { resaltarSection() }, 1000 );
             setTimeout( function() { collapseSome() },    1000 );  
+
             setTimeout( function() { collapseSome() },    5000 );  
 
         });
 
         });
  

Revision as of 23:08, 19 March 2021