mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
parent
b7d1ab2b01
commit
896205bdf9
2 changed files with 12 additions and 13 deletions
|
@ -48,18 +48,20 @@
|
|||
|
||||
<!-- Inspectlet -->
|
||||
<script type="text/javascript" id="inspectletjs">
|
||||
window.__insp = window.__insp || [];
|
||||
__insp.push(['wid', 2102699786]);
|
||||
(function() {
|
||||
function __ldinsp(){var insp = document.createElement('script'); insp.type = 'text/javascript'; insp.async = true; insp.id = "inspsync"; insp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://cdn.inspectlet.com/inspectlet.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(insp, x); }
|
||||
if (window.attachEvent){
|
||||
window.attachEvent('onload', __ldinsp);
|
||||
}else{
|
||||
window.addEventListener('load', __ldinsp, false);
|
||||
}
|
||||
})();
|
||||
window.__insp = window.__insp || [];
|
||||
__insp.push(['wid', 2102699786]);
|
||||
(function() {
|
||||
function __ldinsp(){var insp = document.createElement('script'); insp.type = 'text/javascript'; insp.async = true; insp.id = "inspsync"; insp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://cdn.inspectlet.com/inspectlet.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(insp, x); }
|
||||
if (window.attachEvent){
|
||||
window.attachEvent('onload', __ldinsp);
|
||||
}else{
|
||||
window.addEventListener('load', __ldinsp, false);
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
|
||||
<script src="https://checkout.stripe.com/checkout.js"></script>
|
||||
|
||||
<!-- IE9 doesn't support defer attribute: https://github.com/h5bp/lazyweb-requests/issues/42 -->
|
||||
<!--[if IE 9]>
|
||||
<script src="/lib/ace/ace.js"></script>
|
||||
|
|
3
vendor/scripts/checkout.js
vendored
3
vendor/scripts/checkout.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue