diff --git a/common/content/mow.js b/common/content/mow.js index 2b6d7654..d3889916 100644 --- a/common/content/mow.js +++ b/common/content/mow.js @@ -184,7 +184,8 @@ var MOW = Module("mow", { windowEvents: { resize: function onResize(event) { - this._resize.tell(); + if (event.target == window) + this._resize.tell(); } },