BrowserView.js
authorAlan Knowles <alan@roojs.com>
Tue, 10 Nov 2015 07:53:00 +0000 (15:53 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Nov 2015 07:53:00 +0000 (15:53 +0800)
BrowserView.js

index aa88a3f..7ecc599 100644 (file)
@@ -326,7 +326,7 @@ BrowserView = new GType({
            
             print("Delay:" + BrowserSettings.delay);
          
-            GLib.timeout_add(GLib.PRIORITY_LOW, BrowserSettings.delay *1, function() {
+            GLib.timeout_add(GLib.PRIORITY_DEFAULT, BrowserSettings.delay *1, function() {
                 if (current_url.match(/theindependent\.sg\//) ) {
                     TabbedBrowser.browser.current_tab().get_web_view().execute_script(
                         File.read( __script_path__ + "/domains/theindependent.sg.js")
@@ -343,6 +343,7 @@ BrowserView = new GType({
                  
                 if (!BrowserSettings.export_filename) {
                     if (!BrowserSettings.export_filename_html) {
+                        
                         return;
                     }