Renamed dialog button

This commit is contained in:
Serghey Rodin 2014-07-30 15:49:14 +03:00
parent 393d97fdfc
commit 6718bdd926

View file

@ -102,7 +102,7 @@ VE.helpers.createConfirmationDialog = function(elm, dialog_title, confirmed_loca
$(this).dialog("destroy"); $(this).dialog("destroy");
}, },
buttons: { buttons: {
"Ok": function(event, ui) { "OK": function(event, ui) {
location.href = confirmed_location_url; location.href = confirmed_location_url;
}, },
"Cancel": function() { "Cancel": function() {