mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
Fix typo in [22795]
git-svn-id: http://core.svn.wordpress.org/trunk@22796 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
522376a1f1
commit
bc2f40d303
@ -435,7 +435,7 @@ try{document.post.title.focus();}catch(e){}
|
||||
window.onbeforeunload = function() {
|
||||
var i, changed, current = getFieldsContent();
|
||||
for ( var i = 0; i < initial.length; i++ ) {
|
||||
if ( changed = ( inital[i] !== current[i]) )
|
||||
if ( changed = ( initial[i] !== current[i]) )
|
||||
break;
|
||||
}
|
||||
if ( changed )
|
||||
|
Loading…
Reference in New Issue
Block a user