Skip to content

Commit bac0b64

Browse files
authored
Update core/src/main/resources/lib/form/confirm.js
1 parent 35fc921 commit bac0b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/resources/lib/form/confirm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
window.onbeforeunload = confirmExit;
120120

121121
function initWhenFormReady() {
122-
var configForm =
122+
const configForm =
123123
document.getElementsByName("config")[0] ||
124124
document.getElementsByName("viewConfig")[0];
125125

0 commit comments

Comments
 (0)