BrowserView.js
authorAlan Knowles <alan@roojs.com>
Wed, 3 Jun 2015 04:57:39 +0000 (12:57 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 3 Jun 2015 04:57:39 +0000 (12:57 +0800)
BrowserView.js

index 0dae057..af4f75e 100644 (file)
@@ -308,9 +308,9 @@ BrowserView = new GType({
                 );
                               
             }
-             if (current_url.match(/\.theindependant\.sg\//) ) {
+             if (current_url.match(/theindependent\.sg/\//) ) {
                 TabbedBrowser.browser.current_tab().get_web_view().execute_script(
-                    File.read( __script_path__ + "/domains/theindependant.sg.js")
+                    File.read( __script_path__ + "/domains/theindependent.sg/.js")
                 );
                               
             }