From 535e8e1fe6ff58c9003b0240fae1f6c60bccebfa Mon Sep 17 00:00:00 2001 From: Rob Peters Date: Tue, 9 Aug 2011 19:46:36 +0000 Subject: 820440 Interactive Tree IE8 problem - fixed for IE7/8/9 --- modules_v3/tree/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules_v3') diff --git a/modules_v3/tree/module.php b/modules_v3/tree/module.php index 0ff810b229..ba7ffa85cf 100644 --- a/modules_v3/tree/module.php +++ b/modules_v3/tree/module.php @@ -94,7 +94,7 @@ class tree_WT_Module extends WT_Module implements WT_Module_Tab { public function getPreLoadContent() { // a workaround to the lack of a proper method of class Module to insert css and scripts in where needed // the required loading order is : headers, theme, css - return $this->js.''; + return $this->js.$this->headers; } // Extend WT_Module -- cgit v1.3