projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46ef151
)
Frameset is gone - we can finally remove this JS for setting the title
author
Chuck Hagenbuch
<chuck@horde.org>
Fri, 30 Jul 2010 18:30:14 +0000
(14:30 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sun, 1 Aug 2010 00:26:53 +0000
(20:26 -0400)
horde/templates/common-footer.inc
patch
|
blob
|
history
diff --git
a/horde/templates/common-footer.inc
b/horde/templates/common-footer.inc
index
4e7f1d7
..
4bb783e
100644
(file)
--- a/
horde/templates/common-footer.inc
+++ b/
horde/templates/common-footer.inc
@@
-2,11
+2,6
@@
</div>
<?php endif; ?>
<?php if (!$GLOBALS['browser']->isMobile()): ?>
-<script type="text/javascript">
-if (document.title && parent.frames && parent.frames.horde_main) {
- parent.document.title = document.title;
-}
-</script>
<?php $GLOBALS['notification']->notify(array('listeners' => array('audio'))); ?>
<?php endif; ?>
</body>