Skip to content

Commit 0070cbc

Browse files
committed
Update build files
1 parent 64af0e8 commit 0070cbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/cui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37939,7 +37939,7 @@ CUI.Alert = (function(superClass) {
3793937939
};
3794037940

3794137941
Alert.prototype.isKeyboardCancellable = function(ev) {
37942-
return true;
37942+
return this._allow_cancel;
3794337943
};
3794437944

3794537945
Alert.prototype.readOpts = function() {

public/cui.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)