make add/del tag nav links work again
This commit is contained in:
parent
1263a62179
commit
6bf4e76495
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue