浏览代码

auto acp scripted

dev
jfinn 5 年前
父节点
当前提交
3f781b46b5
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      modules/UI/UI.js

+ 0
- 1
modules/UI/UI.js 查看文件

150
  * established, false - otherwise (for example in the case of welcome page)
150
  * established, false - otherwise (for example in the case of welcome page)
151
  */
151
  */
152
 UI.start = function() {
152
 UI.start = function() {
153
-    clog("dgbt log UI.start")
154
     // Set the defaults for prompt dialogs.
153
     // Set the defaults for prompt dialogs.
155
     $.prompt.setDefaults({ persistent: false });
154
     $.prompt.setDefaults({ persistent: false });
156
 
155
 

正在加载...
取消
保存