diff --git a/core/misc/machine-name.js b/core/misc/machine-name.js index e76292e..a3ea1dc 100644 --- a/core/misc/machine-name.js +++ b/core/misc/machine-name.js @@ -50,7 +50,7 @@ function clickEditHandler(e) { var data = e.data; - data.$wrapper.removeClass('visually-hidden'); + data.$wrapper.removeClass('hidden'); data.$target.trigger('focus'); data.$suffix.hide(); data.$source.off('.machineName'); @@ -109,7 +109,7 @@ // Figure out the maximum length for the machine name. options.maxlength = $target.attr('maxlength'); // Hide the form item container of the machine name form element. - $wrapper.addClass('visually-hidden'); + $wrapper.addClass('hidden'); // Determine the initial machine name value. Unless the machine name // form element is disabled or not empty, the initial default value is // based on the human-readable form element value.