make add/del tag nav links work again

This commit is contained in:
Christian Weiske 2010-10-09 13:03:55 +02:00
parent 1263a62179
commit 6bf4e76495
2 changed files with 2 additions and 2 deletions

View file

@ -30,10 +30,11 @@ if ($editingMode) {
echo '</p>'; echo '</p>';
} }
?> ?>
<div id="related-content" />
<script type="text/javascript" src="<?php echo ROOT ?>js/jquery-1.4.2.js"></script> <script type="text/javascript" src="<?php echo ROOT ?>js/jquery-1.4.2.js"></script>
<script type="text/javascript" src="<?php echo ROOT ?>js/jquery.jstree.js"></script> <script type="text/javascript" src="<?php echo ROOT ?>js/jquery.jstree.js"></script>
<script type="text/javascript"><![CDATA[ <script type="text/javascript"><![CDATA[
jQuery("#related") jQuery("#related-content")
.jstree({ .jstree({
"themes" : { "themes" : {
"theme": "default", "theme": "default",

View file

@ -26,7 +26,6 @@
* @link http://sourceforge.net/projects/semanticscuttle * @link http://sourceforge.net/projects/semanticscuttle
*/ */
$httpContentType = 'application/json'; $httpContentType = 'application/json';
#$httpContentType = 'text/plain';
require_once '../www-header.php'; require_once '../www-header.php';
$tag = isset($_GET['tag']) ? $_GET['tag'] : null; $tag = isset($_GET['tag']) ? $_GET['tag'] : null;