Skip to content

Commit

Permalink
Move external lib
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Nov 13, 2023
1 parent e1b32a7 commit 9516e18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/config.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public function buildTreeview()

//necessary files needed for the tree to work.
echo "<link rel='stylesheet' type='text/css' href='$treeview_url/css/dtree.css' type='text/css'>";
echo "<script type='text/javascript' src='$treeview_url/js/dtree.js'></script>";
echo "<script type='text/javascript' src='$treeview_url/lib/dtree/dtree.js'></script>";

echo "<div class='dtree'>";
echo "<script type='text/javascript'>";
Expand Down
File renamed without changes.

0 comments on commit 9516e18

Please sign in to comment.