Garten Choi (Talk | contribs) |
Garten Choi (Talk | contribs) |
||
Line 17: | Line 17: | ||
<!-- my script--> | <!-- my script--> | ||
<script src="http://kuas2018.cf/template/main.js"></script> | <script src="http://kuas2018.cf/template/main.js"></script> | ||
+ | |||
+ | <!-- Channel Plugin Scripts --> | ||
+ | <script> | ||
+ | ;window.channelPluginSettings = { | ||
+ | "pluginKey": "0d4be548-4339-4442-9cda-6f43cb15e8fd" | ||
+ | }; | ||
+ | (function() { | ||
+ | var w = window; | ||
+ | if (w.ChannelIO) { | ||
+ | return (window.console.error || window.console.log || function(){})('ChannelIO script included twice.'); | ||
+ | } | ||
+ | var d = window.document; | ||
+ | var ch = function() { | ||
+ | ch.c(arguments); | ||
+ | }; | ||
+ | ch.q = []; | ||
+ | ch.c = function(args) { | ||
+ | ch.q.push(args); | ||
+ | }; | ||
+ | w.ChannelIO = ch; | ||
+ | function l() { | ||
+ | if (w.ChannelIOInitialized) { | ||
+ | return; | ||
+ | } | ||
+ | w.ChannelIOInitialized = true; | ||
+ | var s = document.createElement('script'); | ||
+ | s.type = 'text/javascript'; | ||
+ | s.async = true; | ||
+ | s.src = 'https://cdn.channel.io/plugin/ch-plugin-web.js'; | ||
+ | s.charset = 'UTF-8'; | ||
+ | var x = document.getElementsByTagName('script')[0]; | ||
+ | x.parentNode.insertBefore(s, x); | ||
+ | } | ||
+ | if (document.readyState === 'complete') { | ||
+ | l(); | ||
+ | } else if (window.attachEvent) { | ||
+ | window.attachEvent('onload', l); | ||
+ | } else { | ||
+ | window.addEventListener('DOMContentLoaded', l, false); | ||
+ | window.addEventListener('load', l, false); | ||
+ | } | ||
+ | })(); | ||
+ | </script> | ||
</html> | </html> |
Revision as of 10:38, 5 August 2018