aboutsummaryrefslogtreecommitdiffstats
path: root/platform
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-01-13 11:55:02 -0500
committergorhill <rhill@raymondhill.net>2015-01-13 11:55:02 -0500
commit31e2b1ac031f2f70a3f7e05841c9626c49d83ff2 (patch)
treec9e0b29b88a0a3fcdaab0b065b8b48c2fd7c378b /platform
parentb436f8e829e045689555eee569d7957279803223 (diff)
parent7d2fe49eb018f704ec004f9bc8066980c04a9d71 (diff)
downloaduBlock-31e2b1ac031f2f70a3f7e05841c9626c49d83ff2.zip
uBlock-31e2b1ac031f2f70a3f7e05841c9626c49d83ff2.tar.gz
uBlock-31e2b1ac031f2f70a3f7e05841c9626c49d83ff2.tar.bz2
Merge branch 'master' of github.com:gorhill/uBlock
Diffstat (limited to 'platform')
-rw-r--r--platform/firefox/vapi-background.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js
index 565c933..cc15494 100644
--- a/platform/firefox/vapi-background.js
+++ b/platform/firefox/vapi-background.js
@@ -1230,7 +1230,7 @@ vAPI.toolbarButton.onBeforeCreated = function(doc) {
return;
}
- new win.MutationObserver(delayedResize).observe(win.body, {
+ new win.MutationObserver(delayedResize).observe(win.document.body, {
attributes: true,
characterData: true,
subtree: true