[geeklog-hg] geeklog: Fixed again the lack of changeset 5e22eb9d4463

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Jul 1 02:50:40 EDT 2012


changeset 8754:16c3b2386b56
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/16c3b2386b56
user: dengen
date: Sun Jul 01 15:49:16 2012 +0900
description:
Fixed again the lack of changeset 5e22eb9d4463

diffstat:

 public_html/layout/professional_css/javascript/fix_html.js |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 5e22eb9d4463 -r 16c3b2386b56 public_html/layout/professional_css/javascript/fix_html.js
--- a/public_html/layout/professional_css/javascript/fix_html.js	Sun Jul 01 15:16:41 2012 +0900
+++ b/public_html/layout/professional_css/javascript/fix_html.js	Sun Jul 01 15:49:16 2012 +0900
@@ -8,7 +8,7 @@
     // 'className' for IE8, IE7, IE6
     var classattr = (is_old_ie) ? 'className' : 'class';
 
-    if (document.body.getAttribute(classattr) != '') return;
+    if (document.body.getAttribute(classattr) != 'js_off') return;
 
     var leftblocks   = document.getElementById(leftblocksID);
     var centerblocks = document.getElementById(centerblocksID);



More information about the geeklog-cvs mailing list