Builder3/Window.js
authorAlan <alan@wideboyHD>
Wed, 20 Jul 2011 23:17:02 +0000 (07:17 +0800)
committerAlan <alan@wideboyHD>
Wed, 20 Jul 2011 23:17:02 +0000 (07:17 +0800)
Builder3/Window.js

index 34f6615..9d15967 100644 (file)
@@ -3119,7 +3119,7 @@ Window=new XObject({
                                                                                         this.el.load_html_string( "Render not ready" , 
                                                                                                 //fixme - should be a config option!
                                                                                                 // or should we catch stuff and fix it up..
-                                                                                                'http://localhost/app.Builder/'
+                                                                                                'http://localhost/app.Builder.js/'
                                                                                         );
                                                                                             
                                                                                             
@@ -3223,7 +3223,7 @@ Window=new XObject({
                                                                                             print("LOAD HTML " + html);
                                                                                             this.el.load_html_string( html , 
                                                                                                 //fixme - should be a config option!
-                                                                                                'http://localhost/app.Builder/'
+                                                                                                'http://localhost/app.Builder.js/'
                                                                                             );
                                                                                             this.redraws = 0;
                                                                                             // should trigger load_finished! - which in truns shoudl set refresh Required;