[geeklog-hg] geeklog: Tweaked help dialog

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Mon Sep 16 06:22:25 EDT 2013


changeset 9299:a7d96ee7804d
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/a7d96ee7804d
user: Tom <websitemaster at cogeco.net>
date: Mon Sep 16 06:12:46 2013 -0400
description:
Tweaked help dialog

diffstat:

 public_html/lib-common.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 6645e6be2a25 -r a7d96ee7804d public_html/lib-common.php
--- a/public_html/lib-common.php	Sun Sep 15 20:45:05 2013 -0400
+++ b/public_html/lib-common.php	Mon Sep 16 06:12:46 2013 -0400
@@ -2320,7 +2320,7 @@
                     $(document).ready(function() {
                         var $loading = $(\'<img src="loading.gif" alt="loading">\');
                     
-                        $(\'.blocktitle\').each(function() {
+                        $(\'a.blocktitle\').each(function() {
                             var $dialog = $(\'<div></div>\')
                                 .append($loading.clone());
                             var $link = $(this).one(\'click\', function() {
@@ -2355,7 +2355,7 @@
         
         $helpimg = $_CONF['layout_url'] . '/images/button_help.' . $_IMAGE_TYPE;
         $help_content = '<img src="' . $helpimg. '" alt="?"' . XHTML . '>';
-        $help_attr = array('class'=>'blocktitle', 'id'=>'gl-help', 'title'=>"$title");
+        $help_attr = array('class'=>'blocktitle', 'title'=>"$title");
         if( !stristr( $helpfile, 'http://' )) {
             $help_url = $_CONF['site_url'] . "/help/$helpfile";
         } else {



More information about the geeklog-cvs mailing list