Serghey Rodin 11 лет назад
Родитель
Сommit
6718bdd926
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web/js/events.js

+ 1 - 1
web/js/events.js

@@ -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() {