summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rwxr-xr-xjs/prefs.js4
1 files changed, 3 insertions, 1 deletions
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()
+}