Created
September 6, 2018 00:12
-
-
Save mak00s/884fc489972d0e858842a8ba853d720e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href="//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css" rel="stylesheet"/> | |
<script> | |
(function() { | |
var gtm = window.google_tag_manager[{{Container ID}}]; | |
var el = document.createElement('script'); | |
el.async = true; | |
el.src = 'https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js'; | |
el.addEventListener('load', function() { | |
gtm.onHtmlSuccess({{HTML ID}}); | |
}); | |
document.head.appendChild(el); | |
})(); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment