diff --git a/editor.php b/editor.php
index eac8454..202d077 100644
--- a/editor.php
+++ b/editor.php
@@ -38,6 +38,10 @@ if (file_exists(dirname(__FILE__)."/plugins/pesticide/pesticide.js")) {
if (file_exists(dirname(__FILE__)."/plugins/stats.js/stats.min.js")) {
echo '';
};?>
+';
+};?>
-1 ? cMdiff : cM;
top.ICEcoder.previewWindowLoading = true;
- top.ICEcoder.previewWindow = window.open(filepath,"previewWindow");
+ top.ICEcoder.previewWindow = window.open(filepath,"previewWindow",500,500);
if (["md"].indexOf(fileExt) > -1) {
top.ICEcoder.previewWindow.onload = function() {
top.ICEcoder.previewWindowLoading = false;
@@ -2786,6 +2788,8 @@ var ICEcoder = {
try {top.ICEcoder.doPesticide();} catch(err) {};
// Do the stats.js plugin if it exists
try {top.ICEcoder.doStatsJS('open');} catch(err) {};
+ // Do the responsive plugin if it exists
+ try {top.ICEcoder.doResponsive();} catch(err) {};
}
}
}