Frameset is gone - we can finally remove this JS for setting the title
authorChuck Hagenbuch <chuck@horde.org>
Fri, 30 Jul 2010 18:30:14 +0000 (14:30 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Sun, 1 Aug 2010 00:26:53 +0000 (20:26 -0400)
horde/templates/common-footer.inc

index 4e7f1d7..4bb783e 100644 (file)
@@ -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>