summaryrefslogtreecommitdiff
path: root/viewfeed.js
diff options
context:
space:
mode:
Diffstat (limited to 'viewfeed.js')
-rw-r--r--viewfeed.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 0dae392df..775b40f13 100644
--- a/viewfeed.js
+++ b/viewfeed.js
@@ -226,7 +226,7 @@ function localHotkeyHandler(keycode) {
}
-function toggleUnread() {
+function selectionToggleUnread() {
try {
if (!xmlhttp_ready(xmlhttp_rpc)) {
printLockingError();
@@ -266,7 +266,7 @@ function toggleUnread() {
}
}
-function toggleStarred() {
+function selectionToggleMarked() {
try {
if (!xmlhttp_ready(xmlhttp_rpc)) {
printLockingError();