1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:35:56 +00:00

prefs: add updateSelectedPrompt shim called by toggleSelectedRow()

This commit is contained in:
Andrew Dolgov
2017-01-21 21:49:10 +03:00
parent c606bd5741
commit ab235fc5f1

View File

@@ -1808,4 +1808,6 @@ function clearSqlLog() {
}
}
function updateSelectedPrompt() {
// no-op shim for toggleSelectedRow()
}