Skip to content

Commit 02fc026

Browse files
Create ui_page_client_script.js
1 parent 6b55cff commit 02fc026

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
function onCancel() {
2+
var c = gel('cancelled');
3+
c.value = "true";
4+
GlideModal.get().destroy();
5+
return false;
6+
}
7+
8+
function onSubmit() {
9+
return true;
10+
}

0 commit comments

Comments
 (0)