فهرست منبع

Renamed dialog button

Serghey Rodin 11 سال پیش
والد
کامیت
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");
             $(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() {