[geeklog-cvs] geeklog: Modified in order to prevent screen transition on click...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Apr 28 02:37:33 EDT 2012


changeset 8630:a346e309db96
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/a346e309db96
user: dengen
date: Sat Apr 28 15:37:01 2012 +0900
description:
Modified in order to prevent screen transition on click tooltip

diffstat:

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

diffs (12 lines):

diff -r 9395b729db93 -r a346e309db96 public_html/lib-common.php
--- a/public_html/lib-common.php	Sat Apr 28 04:57:04 2012 +0900
+++ b/public_html/lib-common.php	Sat Apr 28 15:37:01 2012 +0900
@@ -7676,7 +7676,7 @@
     $tooltip->set_var('text', $text);
     $tooltip->set_var('title', $title);
     if ($link == '') {
-        $link = '#';
+        $link = 'javascript:void(0);';
         $cursor = 'help';
     } else {
         $cursor = 'pointer';



More information about the geeklog-cvs mailing list