Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Fix NotFoundError exception when is toolbar inserted to specified nod…
Browse files Browse the repository at this point in the history
…e by `includeTo` option.

Fixes #8.
  • Loading branch information
jakubboucek committed Dec 22, 2015
1 parent 25670d6 commit f109ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/cookies.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
}

function consent( div ) {
d.body.removeChild( div );
div.parentNode.removeChild( div );
invokeEvent(hideEvent, consentReason);
addCookie();
}
Expand Down

0 comments on commit f109ba9

Please sign in to comment.