indexmenu icon indicating copy to clipboard operation
indexmenu copied to clipboard

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

Open mifritscher opened this issue 9 years ago • 1 comments

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.

mifritscher avatar Jan 29 '17 20:01 mifritscher

I guess #js is too general..

Klap-in avatar Jul 11 '20 19:07 Klap-in