diff options
author | Christian Weiske <cweiske@cweiske.de> | 2010-10-09 13:03:55 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2010-10-09 13:03:55 +0200 |
commit | 6bf4e76495b03ccec29fb4d9262ac871dd10a221 (patch) | |
tree | 720640c75c9bb4deb855cfc834d909b59aeab763 /www/ajax | |
parent | 1263a62179cca1b0bccc114d1daa7340816bcf48 (diff) | |
download | semanticscuttle-6bf4e76495b03ccec29fb4d9262ac871dd10a221.tar.gz semanticscuttle-6bf4e76495b03ccec29fb4d9262ac871dd10a221.tar.bz2 |
make add/del tag nav links work again
Diffstat (limited to 'www/ajax')
-rw-r--r-- | www/ajax/getlinkedtags.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/ajax/getlinkedtags.php b/www/ajax/getlinkedtags.php index 307ee26..d8ddb5b 100644 --- a/www/ajax/getlinkedtags.php +++ b/www/ajax/getlinkedtags.php @@ -26,7 +26,6 @@ * @link http://sourceforge.net/projects/semanticscuttle */ $httpContentType = 'application/json'; -#$httpContentType = 'text/plain'; require_once '../www-header.php'; $tag = isset($_GET['tag']) ? $_GET['tag'] : null; |