remove hlClicked call from postheader

This commit is contained in:
Andrew Dolgov 2013-02-06 18:24:02 +04:00
parent d9013d8351
commit 126e639a92
1 changed files with 1 additions and 2 deletions

View File

@ -2907,8 +2907,7 @@
$rv['content'] .= "<div class=\"postReply\" id=\"POST-$id\">"; $rv['content'] .= "<div class=\"postReply\" id=\"POST-$id\">";
$rv['content'] .= "<div onclick=\"return hlClicked(event, $id)\" $rv['content'] .= "<div class=\"postHeader\" id=\"POSTHDR-$id\">";
class=\"postHeader\" id=\"POSTHDR-$id\">";
$entry_author = $line["author"]; $entry_author = $line["author"];