summaryrefslogtreecommitdiff
path: root/web/share
diff options
context:
space:
mode:
Diffstat (limited to 'web/share')
-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 92a701d2..580c0f92 100644
--- a/web/share/js/tools.js
+++ b/web/share/js/tools.js
@@ -137,7 +137,7 @@ export var tools = new function() {
this.setOnClickRadio = function(name, callback) {
for (let el of $$$(`input[type="radio"][name="${name}"]`)) {
- this.setOnClick(el, callback)
+ this.setOnClick(el, callback);
}
};