Bugzilla – Bug 655
Problems with loading external javascript lib (scripts.html) in fishbone theme (read on for the easy proposed sollution)
Last modified: 2008-12-18 11:53:17 UTC
Hi! There's a typo in some of fishbone's html files, resulting in not loading the external javascript library in certain browsers (konqueror being one of them), thus crippling some of the wonderful features in this theme (witch is the best one IMHO) The sollution is easy: Instead of this: <script type="text/javascript" src="[% webroot %]html/scripts.js" /></script> Use this: <script type="text/javascript" src="[% webroot %]html/scripts.js" ></script> Zsolt
thanks. I'll try this out with the rest and commit tonight.
fixed in cvs, for Nov 10 nightly. hopefully it will make it in time for the 5.4 release without any problems. I also noticed an fault with the undock feature when using IE. that should be fixed as well.
There are 536 bugs in the database with targets of '---' that were fixed prior to new year 2006. I am setting them to targets of 6.2.1 to keep them from showing up in my queries.
Routine bug db maintenance; removing old versions which cause confusion. I apologize for the inconvenience.