Terminate JS statements in two admin files.
props ipm-frommen. fixes #31311. git-svn-id: https://develop.svn.wordpress.org/trunk@31440 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ab10e5fe71
commit
100e1e4b20
|
@ -2084,7 +2084,7 @@ var addExtImage = {
|
|||
t.preloadImg.onerror = t.resetImageData;
|
||||
t.preloadImg.src = src;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
jQuery(document).ready( function($) {
|
||||
$('.media-types input').click( function() {
|
||||
|
|
|
@ -1738,7 +1738,7 @@ function compression_test() {
|
|||
h = x.getResponseHeader('Content-Encoding');
|
||||
testCompression.check(r, h, test);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
x.open('GET', ajaxurl + '?action=wp-compression-test&test='+test+'&'+(new Date()).getTime(), true);
|
||||
x.send('');
|
||||
|
|
Loading…
Reference in New Issue