Ignore:
Timestamp:
Mar 26, 2015, 1:15:22 AM (9 years ago)
Author:
SergeD
Message:

version 1.2.23 - see changelog for details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/greydragon/js/theme.menu.js

    r31043 r31061  
    3939
    4040    if (p_hideabout) { jQuery('a[href$="about.php"]').parent().remove(); }
     41
     42    if (p_main_menu == "force_hide") {
     43      $("#menubar").on('mouseleave', function(e) {
     44        $(this).hide();
     45      });
     46    }
    4147
    4248    if (p_main_menu == 'static') {
     
    8389      menuswitcher.hide();
    8490    }
     91
    8592  });
    8693}());
Note: See TracChangeset for help on using the changeset viewer.