customCSS 추가

장수 아이콘에 generalIcon 클래스 추가
This commit is contained in:
2018-08-31 20:25:10 +09:00
parent df69ebf90e
commit e78dc083e3
31 changed files with 136 additions and 22 deletions
+5
View File
@@ -150,4 +150,9 @@ jQuery(function($){
},
html:true
});
var customCSS = localStorage.getItem('sam_customCSS');
if(customCSS){
$('<style type="text/css">\n'+customCSS+'\n</style>').appendTo($('head'));
}
});