From 50701bce7ac3b2d1544020ec61d54fba6b7543b2 Mon Sep 17 00:00:00 2001 From: landaisbenj <32144431+landaisbenj@users.noreply.github.com> Date: Tue, 30 Oct 2018 17:53:13 +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 a8e867a..e1626ee 100644 --- a/custom.js +++ b/custom.js @@ -1,6 +1,6 @@ $( document ).ready(function() { -var targetedNode = holder[0] +var targetedNode = holder[0]; // Create an observer instance linked to the callback function var observer = new MutationObserver(function(mutationsList, observer) {