Difference between revisions of "Template:Freiburg/MenubarTest"

Line 449: Line 449:
 
     function beecode() {
 
     function beecode() {
 
   // make submenus appear //
 
   // make submenus appear //
       var windowWidth = $(window).width();
+
       if ($(window).width() > 850) {
      if (windowWidth > 850) {
+
         console.log('windowWidth ='+$(window).width());
         console.log('windowWidth ='+windowWidth);
+
 
         $("#home").hover(function(){
 
         $("#home").hover(function(){
 
             $("#team-sub") .hide();
 
             $("#team-sub") .hide();

Revision as of 22:21, 15 September 2015

 
      
          ""