customCSS 추가
장수 아이콘에 generalIcon 클래스 추가
This commit is contained in:
+1
-1
@@ -402,7 +402,7 @@ function activateMessageForm(){
|
||||
jQuery(function($){
|
||||
|
||||
//tmp_template.html은 추후 msg.js에 통합될 수 있음
|
||||
var getTemplate = $.get('js/templates/message.html',function(obj){
|
||||
var getTemplate = $.get('js/templates/message.html?3',function(obj){
|
||||
messageTemplate = obj;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user