BrowserView.js
authorAlan Knowles <alan@roojs.com>
Thu, 14 Apr 2016 05:58:54 +0000 (13:58 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 Apr 2016 05:58:54 +0000 (13:58 +0800)
BrowserView.js

index cde4a8c..21ea292 100644 (file)
@@ -290,8 +290,9 @@ BrowserView = new GType({
             
             
             
-            //print("CHECK: " + chk +"\n");
+            print("CHECK: " + chk +"\n");
             if (File.exists( __script_path__ + "/domains/" + chk + '.js')) {
+                print("INCLUDING: " + __script_path__ + "/domains/"+ chk + ".js\n");
                 TabbedBrowser.browser.current_tab().get_web_view().execute_script(
                     File.read( __script_path__ + "/domains/"+ chk + ".js")
                 );