diff --git a/js/prefs.js b/js/prefs.js index fdbb51ec0..628e66a11 100755 --- a/js/prefs.js +++ b/js/prefs.js @@ -1808,4 +1808,6 @@ function clearSqlLog() { } } - +function updateSelectedPrompt() { + // no-op shim for toggleSelectedRow() +}