6.0.0-RC7
6/29/26

[#1093] JavaScript not commented out in common-footer.inc
Summary JavaScript not commented out in common-footer.inc
Queue Horde Base
Queue Version 3.0.1
Type Bug
State Resolved
Priority 2. Medium
Owners
Requester dustin (at) ywlcs (dot) org
Created 1/6/05 (7844 days ago)
Due
Updated 1/6/05 (7844 days ago)
Assigned
Resolved 1/6/05 (7844 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
597 Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Thank you. Fixed in CVS, will be in 3.0.2.
177 dustin (at) ywlcs (dot) org Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ JavaScript not commented out in common-footer.inc
Queue ⇒ Horde Base
Reply to this comment
The JavaScript1.5 block in common-footer.inc appears in browsers 
unable to run JavaScript1.5 (we run IE 6.0.3790.0).



Adding the <!-- and --> seem to help.



Patch (see, even though it's trivial! :) ) follows:



*** templates/common-footer.inc.original        2005-01-06 13:05:43.000000000 -0600

--- templates/common-footer.inc        2005-01-06 13:06:29.000000000 -0600

***************

*** 1,4 ****

--- 1,5 ----

   <?php if (!empty($title)): ?>

   <!--a75c305b1c0a6022--><script language="JavaScript1.5" 
type="text/javascript">

+ <!--

   var _setHordeTitle = 1;

   try {

***************

*** 6,9 ****

--- 7,11 ----

   } catch (e) {

   }

+ -->

   </script>

   <!--a75c305b1c0a6022--><script language="JavaScript" type="text/javascript">


Saved Queries