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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user