]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
move jstree into a version-specific directory so we can update it more easily
authorChristian Weiske <cweiske@cweiske.de>
Sat, 9 Oct 2010 15:04:52 +0000 (17:04 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Sat, 9 Oct 2010 15:04:52 +0000 (17:04 +0200)
25 files changed:
data/templates/sidebar.block.linked.php
data/templates/sidebar.block.menu2.php
data/templates/top.inc.php
www/js/jstree-1.0-rc2/MultiComboBox.js [moved from www/js/MultiComboBox.js with 100% similarity]
www/js/jstree-1.0-rc2/jquery-1.4.2.js [moved from www/js/jquery-1.4.2.js with 100% similarity]
www/js/jstree-1.0-rc2/jquery-1.4.2.min.js [moved from www/js/jquery-1.4.2.min.js with 100% similarity]
www/js/jstree-1.0-rc2/jquery.jstree.js [moved from www/js/jquery.jstree.js with 100% similarity]
www/js/jstree-1.0-rc2/themes/apple/bg.jpg [moved from www/js/themes/apple/bg.jpg with 100% similarity]
www/js/jstree-1.0-rc2/themes/apple/d.png [moved from www/js/themes/apple/d.png with 100% similarity]
www/js/jstree-1.0-rc2/themes/apple/dot_for_ie.gif [moved from www/js/themes/apple/dot_for_ie.gif with 100% similarity]
www/js/jstree-1.0-rc2/themes/apple/style.css [moved from www/js/themes/apple/style.css with 100% similarity]
www/js/jstree-1.0-rc2/themes/apple/throbber.gif [moved from www/js/themes/apple/throbber.gif with 100% similarity]
www/js/jstree-1.0-rc2/themes/classic/d.png [moved from www/js/themes/classic/d.png with 100% similarity]
www/js/jstree-1.0-rc2/themes/classic/dot_for_ie.gif [moved from www/js/themes/classic/dot_for_ie.gif with 100% similarity]
www/js/jstree-1.0-rc2/themes/classic/style.css [moved from www/js/themes/classic/style.css with 100% similarity]
www/js/jstree-1.0-rc2/themes/classic/throbber.gif [moved from www/js/themes/classic/throbber.gif with 100% similarity]
www/js/jstree-1.0-rc2/themes/default-rtl/d.gif [moved from www/js/themes/default-rtl/d.gif with 100% similarity]
www/js/jstree-1.0-rc2/themes/default-rtl/d.png [moved from www/js/themes/default-rtl/d.png with 100% similarity]
www/js/jstree-1.0-rc2/themes/default-rtl/dots.gif [moved from www/js/themes/default-rtl/dots.gif with 100% similarity]
www/js/jstree-1.0-rc2/themes/default-rtl/style.css [moved from www/js/themes/default-rtl/style.css with 100% similarity]
www/js/jstree-1.0-rc2/themes/default-rtl/throbber.gif [moved from www/js/themes/default-rtl/throbber.gif with 100% similarity]
www/js/jstree-1.0-rc2/themes/default/d.gif [moved from www/js/themes/default/d.gif with 100% similarity]
www/js/jstree-1.0-rc2/themes/default/d.png [moved from www/js/themes/default/d.png with 100% similarity]
www/js/jstree-1.0-rc2/themes/default/style.css [moved from www/js/themes/default/style.css with 100% similarity]
www/js/jstree-1.0-rc2/themes/default/throbber.gif [moved from www/js/themes/default/throbber.gif with 100% similarity]

index 517705ed624efb4ffbb936fba8437e1d76fe1f28..cd4a908b2477efcc4ad67fb5605120ca75f31c0d 100644 (file)
@@ -38,7 +38,7 @@ jQuery("#related-content")
         "theme": "default",
         "dots": false,
         "icons": true,
-        "url": '<?php echo ROOT ?>js/themes/default/style.css'
+        "url": '<?php echo ROOT ?>js/jstree-1.0-rc2/themes/default/style.css'
     },
     "json_data" : {
         "ajax" : {
index 8a71527325f61492ca07363337c458881900e2f6..f71977ce42a5ae7353b4318154ea8afbe0add532 100644 (file)
@@ -46,7 +46,7 @@ jQuery("#maintagsmenu")
         "theme": "default",
         "dots": false,
         "icons": true,
-        "url": '<?php echo ROOT ?>js/themes/default/style.css'
+        "url": '<?php echo ROOT ?>js/jstree-1.0-rc2/themes/default/style.css'
     },
     "json_data" : {
         "ajax" : {
index ebb2bb6f494a0f490072c5b7b73f107ae98deb62..428f3d460f6fb93a0c749ae2bdb898476626abb4 100644 (file)
@@ -19,8 +19,8 @@ if (isset($rsschannels)) {
 ?>
 
 <?php if (isset($loadjs)) :?>
-  <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/jstree-1.0-rc2/jquery-1.4.2.js"></script>
+  <script type="text/javascript" src="<?php echo ROOT ?>js/jstree-1.0-rc2/jquery.jstree.js"></script>
   <script type="text/javascript" src="<?php echo ROOT ?>jsScuttle.php"></script>
 <?php endif ?>