Index: safari/content.js |
=================================================================== |
--- a/safari/content.js |
+++ b/safari/content.js |
@@ -15,6 +15,8 @@ |
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
*/ |
+safari.self.tab.dispatchMessage("loading", document.location.href); |
Felix Dahlke
2013/11/15 13:28:38
Why not move this into the IIFE?
Sebastian Noack
2013/11/15 13:45:29
As you wish. I didn't put it into the IIFE in the
Felix Dahlke
2013/11/15 13:48:49
Oh, I actually meant "under" the IIFE (whether it'
|
+ |
(function() |
{ |
/* Background page proxy */ |