Difference between revisions of "MediaWiki:Common.js"

From CPKB - Cell Phone Knowledge Base
Jump to: navigation, search
(Created page with "Any JavaScript here will be loaded for all users on every page load.: <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent --> <script type=...")
(No difference)

Revision as of 22:40, 27 March 2016

/* Any JavaScript here will be loaded for all users on every page load. */


<!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
<script type="text/javascript">
    window.cookieconsent_options = {"message":"This website uses cookies to ensure you get the best experience on our website","dismiss":"Got it!","learnMore":"More info","link":null,"theme":"light-floating"};
</script>

<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/cookieconsent.min.js"></script>
<!-- End Cookie Consent plugin -->