summaryrefslogtreecommitdiff
path: root/web/share/js/tools.js
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-10-18 09:56:38 +0300
committerMaxim Devaev <[email protected]>2021-10-18 09:56:38 +0300
commit10d8514c6bc49f4a2b2d77e91435bb8286f56bd8 (patch)
tree018cc1a388f7e800375b437005294cdb75706a79 /web/share/js/tools.js
parent01dd31d755af69692a92033463afb20fb4818104 (diff)
refactoring
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() {