summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-09 07:56:11 +0100
committerAndrew Dolgov <[email protected]>2007-08-09 07:56:11 +0100
commite4914b62755d3dddc42cd3d6a283978338800f57 (patch)
tree5e3b8af99ca440eb24514fe3b4d9385098563e52 /functions.php
parent8a5b4579faf150e0d095b52b542cd7eae89cf949 (diff)
make 'v' hotkey work in CDM mode
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 4f7bc336e..3bf2a0b7d 100644
--- a/functions.php
+++ b/functions.php
@@ -3917,7 +3917,9 @@
$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\">";