summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-25 16:08:20 +0400
committerAndrew Dolgov <[email protected]>2013-03-25 16:09:05 +0400
commitd2f3467bb6c0c42ef0e0d20ac975988efacb22e2 (patch)
tree35785a06f7908e75f6a758332c55b984b4a615f7 /classes/feeds.php
parent4cdb81737a5a92245c95ce8d38fddc13635e1d26 (diff)
add a simple appearing preview for unexpanded cdm and normal mode
Diffstat (limited to 'classes/feeds.php')
-rw-r--r--classes/feeds.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 3657a0564..89ebd4a0a 100644
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -413,7 +413,7 @@ class Feeds extends Handler_Protected {
}
}
- $mouseover_attrs = "onmouseover='postMouseIn($id)'
+ $mouseover_attrs = "onmouseover='postMouseIn(event, $id)'
onmouseout='postMouseOut($id)'";
$reply['content'] .= "<div class='$class' id='RROW-$id' $label_row_style $mouseover_attrs>";
@@ -512,7 +512,7 @@ class Feeds extends Handler_Protected {
}
}
- $mouseover_attrs = "onmouseover='postMouseIn($id)'
+ $mouseover_attrs = "onmouseover='postMouseIn(event, $id)'
onmouseout='postMouseOut($id)'";
$expanded_class = $expand_cdm ? "expanded" : "";
@@ -537,7 +537,6 @@ class Feeds extends Handler_Protected {
onclick=\"return cdmClicked(event, $id);\"
class=\"titleWrap$hlc_suffix\">
<a class=\"title\"
- title=\"".htmlspecialchars($line['title'])."\"
target=\"_blank\" href=\"".
htmlspecialchars($line["link"])."\">".
$line["title"] .