summaryrefslogtreecommitdiff
path: root/web/share/js/tools.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/share/js/tools.js')
-rw-r--r--web/share/js/tools.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/js/tools.js b/web/share/js/tools.js
index b8045f62..d346eab9 100644
--- a/web/share/js/tools.js
+++ b/web/share/js/tools.js
@@ -129,7 +129,7 @@ export var tools = new function() {
self.slider = new function() {
return {
- "setOnUp": function(el, delay, display_callback, execute_callback) {
+ "setOnUpDelayed": function(el, delay, display_callback, execute_callback) {
el.execution_timer = null;
let clear_timer = function() {