Add text/javascript header to cat-js.php. Props Juergen. fixes #2351

git-svn-id: https://develop.svn.wordpress.org/trunk@3500 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-01-30 21:39:20 +00:00
parent 0a550d5454
commit d777efb7b0
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?php
require_once('admin.php');
header('Content-type: text/javascript; charset=' . get_settings('blog_charset'), true);
?>
var ajaxCat = new sack();
var newcat;