summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-01-21 21:49:10 +0300
committerAndrew Dolgov <[email protected]>2017-01-21 21:49:10 +0300
commitab235fc5f13385a690a1ed31ae77d0006c85197d (patch)
tree1d1f651147003edd5996681f557f019d8b80d08a /js
parentc606bd5741c47e02f2c9157032ac7adcce22bdca (diff)
prefs: add updateSelectedPrompt shim called by toggleSelectedRow()
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()
+}