The branch, master has been updated via 0805f5701eef84538f06d69a7802c6c2d9f4d7c6 (commit) from a164ce48e564634a3d576df9ba43199f1ccfff5a (commit)
- Log ----------------------------------------------------------------- commit 0805f5701eef84538f06d69a7802c6c2d9f4d7c6 Author: Michal Čihař mcihar@novell.com Date: Fri Apr 2 13:00:45 2010 +0200
Do all javascript updating after loading document.
-----------------------------------------------------------------------
Summary of changes: libraries/footer.inc.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libraries/footer.inc.php b/libraries/footer.inc.php index 7f7f344..deacb53 100644 --- a/libraries/footer.inc.php +++ b/libraries/footer.inc.php @@ -100,6 +100,7 @@ if (! empty($_SESSION['debug'])) { <?php if (empty($GLOBALS['error_message'])) { ?> +jQuery(document).ready(function(){ // updates current settings if (window.parent.setAll) { window.parent.setAll('<?php @@ -154,6 +155,7 @@ if (window.parent.frame_content) { //window.parent.frame_content.setAttribute('name', 'frame_content'); //window.parent.frame_content.setAttribute('id', 'frame_content'); } +});
//]]> </script>
hooks/post-receive