Aleksander Machniak
2013-11-23 7184b3a0e14c81e0e582052aff64f030f07699e6
program/js/tiny_mce/plugins/inlinepopups/editor_plugin_src.js
@@ -60,7 +60,7 @@
         if (!f.type)
            t.bookmark = ed.selection.getBookmark(1);
         id = DOM.uniqueId();
         id = DOM.uniqueId("mce_inlinepopups_"); // Use a prefix so this can't conflict with other ids
         vp = DOM.getViewPort();
         f.width = parseInt(f.width || 320);
         f.height = parseInt(f.height || 240) + (tinymce.isIE ? 8 : 0);