summaryrefslogtreecommitdiff
path: root/modules_v3/tree
diff options
context:
space:
mode:
Diffstat (limited to 'modules_v3/tree')
-rw-r--r--modules_v3/tree/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/tree/module.php b/modules_v3/tree/module.php
index f945aff4f7..a1db93c254 100644
--- a/modules_v3/tree/module.php
+++ b/modules_v3/tree/module.php
@@ -35,7 +35,7 @@ class tree_WT_Module extends WT_Module implements WT_Module_Tab {
function __construct() {
// define the module inclusions for the page header
$this->headers = '<link rel="stylesheet" type="text/css" href="'.WT_STATIC_URL.WT_MODULES_DIR.$this->getName().'/css/treeview.css" />';
- $this->js = '<script type="text/javascript" language="javascript" src="'.WT_STATIC_URL.WT_MODULES_DIR.$this->getName().'/js/treeview.js"></script>';
+ $this->js = '<script type="text/javascript" src="'.WT_STATIC_URL.WT_MODULES_DIR.$this->getName().'/js/treeview.js"></script>';
// Retrieve the user's personalized style
if (isset($_COOKIE['tvStyle'])) {