Przeglądaj źródła

Renamed dialog button

Serghey Rodin 11 lat temu
rodzic
commit
6718bdd926
1 zmienionych plików z 1 dodań i 1 usunięć
  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() {