Bug 10310: Followup Prevent submitting form with enter does not work with IE
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / js / ajax.js
index 71f8365..c9a45c0 100644 (file)
@@ -32,7 +32,7 @@ KOHA.AJAX = {
         }
     },
     MarkRunning: function ( selector, text ) {
-        text = text || MSG_LOADING;
+        text = text || _("Loading...");
         $( selector )
             .attr( 'disabled', 'disabled' )
             .each( function () {