Changed the settings for colours

This commit is contained in:
Daniel van Noord
2021-01-30 01:07:09 +01:00
parent 455e99e2ab
commit 0547381845
3 changed files with 14 additions and 10 deletions

View File

@@ -52,10 +52,13 @@ CM.load = function(str) {
* It is called by the last function in the footer
*/
CM.Footer.AddJscolor = function() {
/**
CM.Footer.Jscolor = document.createElement('script');
CM.Footer.Jscolor.type = 'text/javascript';
CM.Footer.Jscolor.setAttribute('src', 'https://aktanusa.github.io/CookieMonster/jscolor/jscolor.js');
document.head.appendChild(CM.Footer.Jscolor);
document.head.appendChild(CM.Footer.Jscolor);
*/
jscolor.init();
}
/**