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

This commit is contained in:
2018-12-01 18:36:43 +09:00
parent 900f307847
commit 22bcef1310
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;
});