Rename main.js to viewer.js

This commit is contained in:
Alexandre Iooss 2020-10-21 22:43:01 +02:00
parent e461c0b526
commit 2928e8ae77
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
2 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
</div>
<script type="module">
import { initViewerPage } from "/static/js/main.js";
import { initViewerPage } from "/static/js/viewer.js";
// Some variables that need to be fixed by web page
const viewersCounterRefreshPeriod = Number("{{.Cfg.ViewersCounterRefreshPeriod}}");