Merge branch 'master' into dev
This commit is contained in:
@@ -426,6 +426,7 @@ CM.Disp.AddJscolor = function() {
|
|||||||
CM.Disp.Jscolor = document.createElement('script');
|
CM.Disp.Jscolor = document.createElement('script');
|
||||||
CM.Disp.Jscolor.type = 'text/javascript';
|
CM.Disp.Jscolor.type = 'text/javascript';
|
||||||
CM.Disp.Jscolor.setAttribute('src', 'http://aktanusa.github.io/CookieMonster/jscolor/jscolor.js');
|
CM.Disp.Jscolor.setAttribute('src', 'http://aktanusa.github.io/CookieMonster/jscolor/jscolor.js');
|
||||||
|
document.head.appendChild(CM.Disp.Jscolor);
|
||||||
}
|
}
|
||||||
|
|
||||||
CM.Disp.CreateCssArea = function() {
|
CM.Disp.CreateCssArea = function() {
|
||||||
|
|||||||
@@ -100,6 +100,7 @@ CM.Disp.AddJscolor = function() {
|
|||||||
CM.Disp.Jscolor = document.createElement('script');
|
CM.Disp.Jscolor = document.createElement('script');
|
||||||
CM.Disp.Jscolor.type = 'text/javascript';
|
CM.Disp.Jscolor.type = 'text/javascript';
|
||||||
CM.Disp.Jscolor.setAttribute('src', 'http://aktanusa.github.io/CookieMonster/jscolor/jscolor.js');
|
CM.Disp.Jscolor.setAttribute('src', 'http://aktanusa.github.io/CookieMonster/jscolor/jscolor.js');
|
||||||
|
document.head.appendChild(CM.Disp.Jscolor);
|
||||||
}
|
}
|
||||||
|
|
||||||
CM.Disp.CreateCssArea = function() {
|
CM.Disp.CreateCssArea = function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user