X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/f9001779751f83dc8a10e478bfecb4d8dd5f964c..38ca813a0e312e2768e5b9519f0415cd0aa84781:/wp-admin/js/tags.dev.js?ds=sidebyside diff --git a/wp-admin/js/tags.dev.js b/wp-admin/js/tags.dev.js index 3273bae3..045f2b26 100644 --- a/wp-admin/js/tags.dev.js +++ b/wp-admin/js/tags.dev.js @@ -11,7 +11,7 @@ jQuery(document).ready(function($) { $('#ajax-response').empty(); tr.fadeOut('normal', function(){ tr.remove(); }); // Remove the term from the parent box and tag cloud - $('select#parent option[value=' + data.match(/tag_ID=(\d+)/)[1] + ']').remove(); + $('select#parent option[value="' + data.match(/tag_ID=(\d+)/)[1] + '"]').remove(); $('a.tag-link-' + data.match(/tag_ID=(\d+)/)[1]).remove(); } else if ( '-1' == r ) { $('#ajax-response').empty().append('

' + tagsl10n.noPerm + '

');