customCSS 추가
장수 아이콘에 generalIcon 클래스 추가
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user