samuelet / indexmenu

A dokuwiki plugin to show a customizable and sortable index for a namespace.
http://dokuwiki.org/plugin:indexmenu
GNU General Public License v2.0
45 stars 43 forks source link

js in toolbarindexwizard.js causes the preview to be 40 px small (at least with vector template) #171

Closed mifritscher closed 10 months ago

mifritscher commented 7 years ago

The guilty thing is toolbarindexwizard.js:153:

       jQuery('#js')
           .change(function(){
                jQuery('#indexmenu__wiz .js').toggle(>his.checked);
            }).change()
          .parent().css({display: 'inline-block', width: '40px'}); //enlarge clickable area of label <<<<

I just killed the mentioned line - works now.

Klap-in commented 4 years ago

I guess #js is too general..