summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-11-07 13:32:19 +0400
committerAndrew Dolgov <[email protected]>2012-11-07 13:32:19 +0400
commitc8b31978c95cb3e9f570523e9a267920159c0e52 (patch)
tree07371773107d4bb0b6db0b9aef2cdc24ad9e951d /js
parent17ea62ba798a38934938f67803341cb19c3c3648 (diff)
digest: more logical position for close article prompt
Diffstat (limited to 'js')
-rw-r--r--js/digest.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/digest.js b/js/digest.js
index 73af66c08..81dee4bd0 100644
--- a/js/digest.js
+++ b/js/digest.js
@@ -270,8 +270,6 @@ function view(article_id) {
article.title + "</a>" + "</h1>" +
"<div id=\"tags\">" +
tags_part +
- "<div style=\"float : right\"><a href=\"#\" onclick=\"close_article()\">" +
- __("close") + "</a></div>" +
"</div>" +
article.content + "</div>";