Skip to content

Commit

Permalink
Forgot one line to load jscolor.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Aktanusa committed Aug 30, 2014
1 parent 3ddd1b3 commit d997ff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CookieMonster.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,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() {
Expand Down
1 change: 1 addition & 0 deletions src/Disp.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit d997ff7

Please sign in to comment.