diff options
author | Maxim Devaev <[email protected]> | 2021-10-18 09:56:38 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-10-18 09:56:38 +0300 |
commit | 10d8514c6bc49f4a2b2d77e91435bb8286f56bd8 (patch) | |
tree | 018cc1a388f7e800375b437005294cdb75706a79 /web/share/js/tools.js | |
parent | 01dd31d755af69692a92033463afb20fb4818104 (diff) |
refactoring
Diffstat (limited to 'web/share/js/tools.js')
-rw-r--r-- | web/share/js/tools.js | 2 |
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() { |