Fixed preview overlay showing by default

This was a regression made visible by the recent change to
enforce dimensions on this overlay, which in turn visualizes
the blocked/unblocked states of the preview (see fc6d6ffad)
This commit is contained in:
Ingo Schommer 2013-01-10 23:43:20 +01:00
parent 58013cf367
commit b918487375

View File

@ -166,7 +166,7 @@
// Preview might not be available in all admin interfaces - block/disable when necessary
this.append('<div class="cms-preview-overlay ui-widget-overlay-light"></div>');
this.find('.cms-preview-overlay-light').hide();
this.find('.cms-preview-overlay').hide();
this.disablePreview();