summaryrefslogtreecommitdiff
path: root/web/static/dartboat.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/static/dartboat.js')
-rw-r--r--web/static/dartboat.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/static/dartboat.js b/web/static/dartboat.js
index 371af93..428ff85 100644
--- a/web/static/dartboat.js
+++ b/web/static/dartboat.js
@@ -34,10 +34,6 @@ function promptGet() {
return str;
}
-function promptClear() {
- document.getElementById('prompt-input').textContent = '';
-}
-
function setPromptActive() {
document.getElementById('prompt').classList.add('active')
}