Skip to content

Commit

Permalink
Update custom.js
Browse files Browse the repository at this point in the history
  • Loading branch information
landaisbenj authored Oct 30, 2018
1 parent 20d68c9 commit 6600c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6600c2b

Please sign in to comment.