1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 05:35:55 +00:00

refactor viewfeed.js toggleUnread/toggleStarred to selectionToggleUnread, selectionToggleMarked

This commit is contained in:
Andrew Dolgov
2005-12-02 18:13:57 +01:00
parent ea5c81028b
commit c868b15476
2 changed files with 4 additions and 4 deletions

View File

@@ -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();