ソースを参照

push 리스트 수정

huiwon.seo 4 年 前
コミット
6a3a0c9ab9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/main/webapp/WEB-INF/jsp/push/list.jsp

+ 1 - 1
src/main/webapp/WEB-INF/jsp/push/list.jsp

@@ -127,7 +127,7 @@ $( function(){
     setInterval(sendDirectCheck, 3000);
     
     // modal hide event
-    $('#sendResultList').on('hidden.bs.modal', function () {
+    $('#sendResultList').on('hide.bs.modal', function () {
         $( "div.popover" ).hide();
     });
 });