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 b18554c commit 50701bc
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
@@ -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) {
Expand Down

0 comments on commit 50701bc

Please sign in to comment.