Fix spelling in CoffeeScript and JavaScript files [ci skip]

This commit is contained in:
John Bampton 2021-05-05 11:08:33 +10:00
parent 869532ccea
commit 90b8ad5256
2 changed files with 3 additions and 3 deletions

View File

@ -32,8 +32,8 @@
# Form file input elements
fileInputSelector: 'input[name][type=file]:not([disabled])'
# Link onClick disable selector with possible reenable after remote submission
# Link onClick disable selector with possible re-enable after remote submission
linkDisableSelector: 'a[data-disable-with], a[data-disable]'
# Button onClick disable selector with possible reenable after remote submission
# Button onClick disable selector with possible re-enable after remote submission
buttonDisableSelector: 'button[data-remote][data-disable-with], button[data-remote][data-disable]'

View File

@ -5265,7 +5265,7 @@ function domManip( collection, args, callback, ignored ) {
if ( hasScripts ) {
doc = scripts[ scripts.length - 1 ].ownerDocument;
// Reenable scripts
// Re-enable scripts
jQuery.map( scripts, restoreScript );
// Evaluate executable scripts on first document insertion