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() {
|
window.onbeforeunload = function() {
|
||||||
var i, changed, current = getFieldsContent();
|
var i, changed, current = getFieldsContent();
|
||||||
for ( var i = 0; i < initial.length; i++ ) {
|
for ( var i = 0; i < initial.length; i++ ) {
|
||||||
if ( changed = ( inital[i] !== current[i]) )
|
if ( changed = ( initial[i] !== current[i]) )
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if ( changed )
|
if ( changed )
|
||||||
|
|
Loading…
Reference in New Issue