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
1 changed files with 3 additions and 1 deletions

View File

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