]> git.wh0rd.org - tt-rss.git/commitdiff
remove hlClicked call from postheader
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 6 Feb 2013 14:24:02 +0000 (18:24 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 6 Feb 2013 14:24:02 +0000 (18:24 +0400)
include/functions.php

index 4e5b8e39f983c6a2a14aeb6ee97e5b2803846b1d..db9a7fd613ff4798f2887af7b4871bc74217a4a7 100644 (file)
 
                        $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"];