summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-10 22:40:12 +0400
committerAndrew Dolgov <[email protected]>2011-12-10 22:40:12 +0400
commitb167df5e60143efbd4cc9121b7c4825f4f6608d1 (patch)
treee6ea839ad3ba769ef92fac47d59389a6e36887c6 /viewfeed.js
parent8c622460c21d721335a352e1d79dd914b02b6e4c (diff)
js: misc cleanup
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 52f081ba0..c7236c601 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -404,14 +404,6 @@ function view(id) {
}
}
-function tMark(id) {
- return toggleMark(id);
-}
-
-function tPub(id) {
- return togglePub(id);
-}
-
function toggleMark(id, client_only) {
try {
var query = "?op=rpc&id=" + id + "&subop=mark";