1
0
mirror of https://github.com/thebaer/MMRA synced 2024-11-13 10:11:01 +00:00

Merge commit 'refs/pull/7/head' of github.com:thebaer/MMRA into 7

This commit is contained in:
Matt Baer 2017-08-31 18:59:43 -04:00
commit a2cf88c4b4

View File

@ -59,5 +59,5 @@ if (metaCheck != null && metaCheck.content == "Medium") {
} }
}); });
observer.observe(document.querySelector('body'), target); observer.observe(document.querySelector('body'), config);
} }