summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-06 18:24:02 +0400
committerAndrew Dolgov <[email protected]>2013-02-06 18:24:02 +0400
commit126e639a92213d0aff303dd561cf1a3253934469 (patch)
treedf91e5b177839e95e9ee115b067328ab9543ab1c /include
parentd9013d835144aa698923a53385dc4a711c4bb755 (diff)
remove hlClicked call from postheader
Diffstat (limited to 'include')
-rw-r--r--include/functions.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/functions.php b/include/functions.php
index 4e5b8e39f..db9a7fd61 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -2907,8 +2907,7 @@
$rv['content'] .= "<div class=\"postReply\" id=\"POST-$id\">";
- $rv['content'] .= "<div onclick=\"return hlClicked(event, $id)\"
- class=\"postHeader\" id=\"POSTHDR-$id\">";
+ $rv['content'] .= "<div class=\"postHeader\" id=\"POSTHDR-$id\">";
$entry_author = $line["author"];