1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Moved range initializer back where it belongs

This commit is contained in:
Krateng
2019-05-01 11:12:11 +02:00
parent 3536139982
commit 360bc97610
5 changed files with 6 additions and 5 deletions

View File

@@ -26,5 +26,3 @@ function showRange(identifier,unit) {
reactivate[i].setAttribute("style","opacity:0.5;")
}
}
document.addEventListener('DOMContentLoaded',function() {KEY_JS_INIT_RANGES})