summaryrefslogtreecommitdiff
path: root/modules_v3/tree
diff options
context:
space:
mode:
authorRob Peters <makitso@gmail.com>2011-08-09 19:46:36 +0000
committerRob Peters <makitso@gmail.com>2011-08-09 19:46:36 +0000
commit535e8e1fe6ff58c9003b0240fae1f6c60bccebfa (patch)
tree4bf80fe799a57e25b3549ca73b59c386c4bf2984 /modules_v3/tree
parenta57460023c5b1d72742991972c1469713d8ae619 (diff)
downloadwebtrees-535e8e1fe6ff58c9003b0240fae1f6c60bccebfa.tar.gz
webtrees-535e8e1fe6ff58c9003b0240fae1f6c60bccebfa.tar.bz2
webtrees-535e8e1fe6ff58c9003b0240fae1f6c60bccebfa.zip
820440 Interactive Tree IE8 problem - fixed for IE7/8/9
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 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 <head> where needed
// the required loading order is : headers, theme, css
- return $this->js.'<script language="javascript" type="text/javascript">jQuery("head").prepend(\''.$this->headers.'\').append(\''.$this->css.'\');</script>';
+ return $this->js.$this->headers;
}
// Extend WT_Module