Fix IE JS error in options-general.php. Props ocean90. Fixes #15680
git-svn-id: https://develop.svn.wordpress.org/trunk@16736 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8c5878f8ec
commit
f0728ade8f
@ -48,7 +48,7 @@ function add_js() {
|
||||
format.siblings('img').css('visibility','visible');
|
||||
$.post(ajaxurl, {
|
||||
action: 'date_format_custom' == format.attr('name') ? 'date_format' : 'time_format',
|
||||
date : format.val(),
|
||||
date : format.val()
|
||||
}, function(d) { format.siblings('img').css('visibility','hidden'); format.siblings('.example').text(d); } );
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user