Builder3/Window.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 8 Apr 2012 09:07:23 +0000 (17:07 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 8 Apr 2012 09:07:23 +0000 (17:07 +0800)
Builder3/Window.js

index f9361e2..800cb30 100644 (file)
@@ -3231,7 +3231,7 @@ Window=new XObject({
                                                                                                                                                                                file.parent = false;
                                                                                                                                                                                 
                                                                                         var js_src = file.toSource();
-                                                                                                                                                                               if (js_src == this.renderedData) {
+                                                                                                                                                                               if (js_src == this.renderedData || project.runhtml != this.runhtml) {
                                                                                                                                                                                        // unless it' sforced..
                                                                                                                                                                                        return;
                                                                                                                                                                                }