summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-19 12:28:20 +0100
committerAndrew Dolgov <[email protected]>2008-05-19 12:28:20 +0100
commit8836613c437e5ff3f0bc86cb1754756a1b7ba6cb (patch)
treeb824dfd80b302b88696809a383d47c66aee23af7 /functions.php
parent19d7bfcd1dd95d121ba30db21e068d200132b97d (diff)
debug mode tweaks, remove mouse_handler()
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 0c333afc3..a2d1750c4 100644
--- a/functions.php
+++ b/functions.php
@@ -1533,8 +1533,7 @@
$feed = "<a title=\"$link_title\" id=\"FEEDL-$feed_id\"
href=\"javascript:viewfeed('$feed_id', '', false, '', false, 0);\">$feed_title</a>";
- print "<li id=\"FEEDR-$feed_id\" class=\"$class\"
- onmouseover='feedMouseIn($feed_id)' onmouseout='feedMouseOut($feed_id)'>";
+ print "<li id=\"FEEDR-$feed_id\" class=\"$class\">";
if (get_pref($link, 'ENABLE_FEED_ICONS')) {
print "$feed_icon";
}