Index: safari/ext/content.js |
=================================================================== |
--- a/safari/ext/content.js |
+++ b/safari/ext/content.js |
@@ -17,7 +17,8 @@ |
(function() |
{ |
- safari.self.tab.dispatchMessage("loading", document.location.href); |
+ if (window == window.top) |
+ safari.self.tab.dispatchMessage("loading"); |
/* Background page proxy */ |