Forgot one line to load jscolor.js

This commit is contained in:
Aktanusa
2014-08-30 01:43:27 -04:00
parent 3ddd1b3d23
commit d997ff7652
2 changed files with 2 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ CM.Disp.AddJscolor = function() {
CM.Disp.Jscolor = document.createElement('script');
CM.Disp.Jscolor.type = 'text/javascript';
CM.Disp.Jscolor.setAttribute('src', 'http://aktanusa.github.io/CookieMonster/jscolor/jscolor.js');
document.head.appendChild(CM.Disp.Jscolor);
}
CM.Disp.CreateCssArea = function() {