]> git.wh0rd.org - tt-rss.git/blobdiff - functions.php
make 'v' hotkey work in CDM mode
[tt-rss.git] / functions.php
index 4f7bc336e891c20d5dff939eb88277cb57f721ca..3bf2a0b7d03e12178a65903f9bb075022f858ef7 100644 (file)
                                                $add_class = "";
                                        }       
                                        
-                                       print "<div class=\"cdmArticle$add_class\" id=\"RROW-$id\">";
+                                       print "<div class=\"cdmArticle$add_class\" 
+                                               id=\"RROW-$id\" onmouseover='cdmMouseIn(this)' 
+                                               onmouseout='cdmMouseOut(this)'>";
 
                                        print "<div class=\"cdmHeader\">";