浏览代码

auto acp scripted

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

+ 1
- 0
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")
153
     // Set the defaults for prompt dialogs.
154
     // Set the defaults for prompt dialogs.
154
     $.prompt.setDefaults({ persistent: false });
155
     $.prompt.setDefaults({ persistent: false });
155
 
156
 

正在加载...
取消
保存