외교 메시지는 삭제 할 수 없도록

This commit is contained in:
2019-04-07 21:03:01 +09:00
parent 679bf22b74
commit 157a04ef76
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -518,7 +518,7 @@ function activateMessageForm(){
jQuery(function($){
//tmp_template.html은 추후 msg.js에 통합될 수 있음
var getTemplate = $.get('js/templates/message.html?7',function(obj){
var getTemplate = $.get('js/templates/message.html?8',function(obj){
messageTemplate = obj;
});