mirror of
https://github.com/myvesta/vesta
synced 2025-07-08 05:51:25 -07:00
Renamed dialog button
This commit is contained in:
parent
393d97fdfc
commit
6718bdd926
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ VE.helpers.createConfirmationDialog = function(elm, dialog_title, confirmed_loca
|
|||
$(this).dialog("destroy");
|
||||
},
|
||||
buttons: {
|
||||
"Ok": function(event, ui) {
|
||||
"OK": function(event, ui) {
|
||||
location.href = confirmed_location_url;
|
||||
},
|
||||
"Cancel": function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue