indexmenu
indexmenu copied to clipboard
js in toolbarindexwizard.js causes the preview to be 40 px small (at least with vector template)
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.
I guess #js is too general..