Skip to content

Commit 6718bdd

Browse files
committed
Renamed dialog button
1 parent 393d97f commit 6718bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/js/events.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ VE.helpers.createConfirmationDialog = function(elm, dialog_title, confirmed_loca
102102
$(this).dialog("destroy");
103103
},
104104
buttons: {
105-
"Ok": function(event, ui) {
105+
"OK": function(event, ui) {
106106
location.href = confirmed_location_url;
107107
},
108108
"Cancel": function() {

0 commit comments

Comments
 (0)