Ignore:
Timestamp:
Jul 15, 2012, 1:21:03 PM (12 years ago)
Author:
grum
Message:

bug:2696 fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMenuManager/js/amm_linksConfig.js

    r8962 r16744  
    104104    $('#iamm_links_show_icons').inputRadio('value', initValues.showIcons);
    105105
    106     $('#islang').inputList({popupMode:'mouseout'});
     106    $('#islang').inputList(
     107      {
     108        popupMode:'mouseout',
     109        listMaxHeight:250
     110      }
     111    );
    107112
    108113    $('#iamm_links_title').inputText(
Note: See TracChangeset for help on using the changeset viewer.