prefs: add updateSelectedPrompt shim called by toggleSelectedRow()
This commit is contained in:
parent
c606bd5741
commit
ab235fc5f1
|
@ -1808,4 +1808,6 @@ function clearSqlLog() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function updateSelectedPrompt() {
|
||||||
|
// no-op shim for toggleSelectedRow()
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue