From 314fcd2bfdc42bef86ff479d720d7e9352612ce8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 May 2008 16:58:15 +0100 Subject: new shortcut: tab (selects article under cursor) --- functions.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 2696f9f22..fcbfe40fb 100644 --- a/functions.php +++ b/functions.php @@ -4945,8 +4945,11 @@ $line["feed_title"]." $vf_catchup_link:"; } } - - print ""; + + $mouseover_attrs = "onmouseover='postMouseIn($id)' + onmouseout='postMouseOut($id)'"; + + print ""; print "$update_pic"; @@ -5033,10 +5036,13 @@ $cdm_cstyle = "style=\"display : none\""; } + $mouseover_attrs = "onmouseover='postMouseIn($id)' + onmouseout='postMouseOut($id)'"; + print "
"; + $mouseover_attrs'>"; print "
"; -- cgit v1.2.3