MediaWiki:Common.js: Difference between revisions
From IThelp
No edit summary |
m testing chat |
||
Line 1: | Line 1: | ||
/* Any JavaScript here will be loaded for all users on every page load. */ | /* Any JavaScript here will be loaded for all users on every page load. */ | ||
<!-- Start of LiveChat (www.livechatinc.com) code --> | |||
<script type="text/javascript"> | |||
window.__lc = window.__lc || {}; | |||
window.__lc.license = 8619799; | |||
(function() { | |||
var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true; | |||
lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js'; | |||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s); | |||
})(); | |||
</script> | |||
<!-- End of LiveChat code --> |
Revision as of 12:11, 14 February 2017
/* Any JavaScript here will be loaded for all users on every page load. */ <!-- Start of LiveChat (www.livechatinc.com) code --> <script type="text/javascript"> window.__lc = window.__lc || {}; window.__lc.license = 8619799; (function() { var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true; lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s); })(); </script> <!-- End of LiveChat code -->