[open-ils-commits] [GIT] Evergreen ILS branch master updated. bbc874ddb42ac05130ccfad92fc55ccebd6af882

Evergreen Git git at git.evergreen-ils.org
Thu May 26 16:07:46 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  bbc874ddb42ac05130ccfad92fc55ccebd6af882 (commit)
      from  ac80f3b7c3e6e3104ad81ce8a424814155ee728d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bbc874ddb42ac05130ccfad92fc55ccebd6af882
Author: Mike Rylander <mrylander at gmail.com>
Date:   Thu May 26 16:03:39 2011 -0400

    Patch suggested by Jason Boyer for LP#788601
    
    The <script> tag for the chrome frame message has a misplaced semicolon,
    which causes an odd looking display issue in Internet Explorer. I
    realize that ideally very few people will be using IE, but even if
    they're not interested in a quality browsing experience we should
    probably put our best face forward.
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/web/opac/skin/default/xml/home/index_body.xml b/Open-ILS/web/opac/skin/default/xml/home/index_body.xml
index 9a37c8b..574af3b 100644
--- a/Open-ILS/web/opac/skin/default/xml/home/index_body.xml
+++ b/Open-ILS/web/opac/skin/default/xml/home/index_body.xml
@@ -24,7 +24,7 @@
 	<!--#include virtual='../footer.xml'-->
     <center>
         <div id='gcfPrompt' class='hide_me'>
-            <script>dojo.require('dojo.cookie')</script>;
+            <script>dojo.require('dojo.cookie');</script>
             <div><span>&common.googlechromeframe.why;</span></div>
             <button onclick='CFInstall.check({preventPrompt: false, mode: "popup"});'>&common.googlechromeframe.install;</button>
             <button onclick='dojo.cookie("noGCF", "true", {path:"/", expires: 365}); hideMe($("gcfPrompt"));'>&common.googlechromeframe.dontask;</button>

-----------------------------------------------------------------------

Summary of changes:
 .../web/opac/skin/default/xml/home/index_body.xml  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list