[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. 102e02c2f14ba288be9c8a050a5ae1a85d3de154

Evergreen Git git at git.evergreen-ils.org
Thu May 26 16:09:55 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, rel_2_0 has been updated
       via  102e02c2f14ba288be9c8a050a5ae1a85d3de154 (commit)
      from  39495196ee015fd317d2fc0583327c59d306bdce (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 102e02c2f14ba288be9c8a050a5ae1a85d3de154
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>
    (cherry picked from commit bbc874ddb42ac05130ccfad92fc55ccebd6af882)
    
    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