From 6600c2b7c34830b050be1511eb707bc31a5a5f2e Mon Sep 17 00:00:00 2001 From: landaisbenj <32144431+landaisbenj@users.noreply.github.com> Date: Tue, 30 Oct 2018 17:55:14 +0100 Subject: [PATCH] Update custom.js --- custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom.js b/custom.js index e2edb39..bdcc7fe 100644 --- a/custom.js +++ b/custom.js @@ -19,7 +19,7 @@ $( document ).ready(function() { }); // Start observing the target node for configured mutations - observer.observe( holder[0], { + observer.observe( document, { attributes: true, childList: true, subtree: true