소스 검색

Update MessageHandler.js

master
yanas 9 년 전
부모
커밋
d2e42c2a7d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      modules/UI/util/MessageHandler.js

+ 1
- 1
modules/UI/util/MessageHandler.js 파일 보기

108
             persistent: false,
108
             persistent: false,
109
             buttons: buttons,
109
             buttons: buttons,
110
             defaultButton: defaultButton,
110
             defaultButton: defaultButton,
111
-            focus: (focus) ? focus : '',
111
+            focus: focus,
112
             loaded: loadedFunction,
112
             loaded: loadedFunction,
113
             submit: function (e, v, m, f) {
113
             submit: function (e, v, m, f) {
114
                 twoButtonDialog = null;
114
                 twoButtonDialog = null;

Loading…
취소
저장