prefs: add updateSelectedPrompt shim called by toggleSelectedRow()
This commit is contained in:
parent
c606bd5741
commit
ab235fc5f1
1 changed files with 3 additions and 1 deletions
|
@ -1808,4 +1808,6 @@ function clearSqlLog() {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
function updateSelectedPrompt() {
|
||||
// no-op shim for toggleSelectedRow()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue