| 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 |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ JavaScript not commented out in common-footer.inc
Queue ⇒ Horde Base
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">