浏览代码

removing debug code

Dante 10 年之前
父节点
当前提交
0a6a74f3a2
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/js/bootstrap-dialog.js

+ 0 - 1
src/js/bootstrap-dialog.js

@@ -965,7 +965,6 @@
                 if (dialog.isModalEvent(event) && typeof dialog.options.onshow === 'function') {
                     var openIt = dialog.options.onshow(dialog);
                     if (openIt === false) {
-                        alert('Stopped!');
                         dialog.setOpened(false);
                     }