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

@@ -5,6 +5,9 @@
<meta charset="UTF-8" />
<title>Maloja</title>
<script src="javascript/rangeselect.js"></script>
<script>document.addEventListener('DOMContentLoaded',function() {
KEY_JS_INIT_RANGES
})</script>
</head>