summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-22 14:04:51 +0300
committerAndrew Dolgov <[email protected]>2010-11-22 14:04:51 +0300
commitc0ed0371060df409d2cde811f5a87510c10e1c24 (patch)
tree2cd1bb9c3713bd28040807970c64730b98d26a09 /functions.php
parent96d446011bd340c8dc6362876d846e8b89e4341a (diff)
disable post context menu
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 9133c482a..ae5c69025 100644
--- a/functions.php
+++ b/functions.php
@@ -4611,14 +4611,14 @@
print "<div class=\"postReply\" id=\"POST-$id\">";
- print "<div dojoType=\"dijit.Menu\" style=\"display: none;\"
+ /* print "<div dojoType=\"dijit.Menu\" style=\"display: none;\"
targetNodeIds=\"POSTHDR-$id\">";
print "<div onclick=\"postOpenInNewTab(event, $id)\"
dojoType=\"dijit.MenuItem\">".__('View in a new tab')."</div>";
print "<div dojoType=\"dijit.MenuSeparator\"></div>";
print "<div onclick=\"openArticleInNewWindow($id)\"
dojoType=\"dijit.MenuItem\">".__('Open original article')."</div>";
- print "</div>";
+ print "</div>"; */
print "<div onclick=\"return postClicked(event, $id)\"
class=\"postHeader\" id=\"POSTHDR-$id\">";