메시지 삭제가 안되던 버그 수정

This commit is contained in:
2019-01-25 19:30:33 +09:00
parent b7b755a79d
commit 7a5efa938b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -523,7 +523,7 @@ function activateMessageForm(){
jQuery(function($){
//tmp_template.html은 추후 msg.js에 통합될 수 있음
var getTemplate = $.get('js/templates/message.html?9',function(obj){
var getTemplate = $.get('js/templates/message.html?10',function(obj){
messageTemplate = obj;
});