This commit is contained in:
naielv
2025-09-09 15:31:35 +02:00
parent 6ceae4f1d5
commit ec7746f79f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
window.rtcRoom = "telesec.tech.eus"; window.rtcRoom = "telesec.tech.eus";
var opt = { var opt = {
axe: true, axe: false,
localStorage: false, localStorage: false,
peers: RELAYS peers: RELAYS
// radisk: true, // radisk: true,

View File

@@ -92,7 +92,7 @@
<script src="static/open.js"></script> <script src="static/open.js"></script>
<script src="static/load.js"></script> <script src="static/load.js"></script>
<!--<script src="static/synchronous.js"></script>--> <!--<script src="static/synchronous.js"></script>-->
<script src="static/axe.js"></script> <!--<script src="static/axe.js"></script>-->
<script src="static/toastr.min.js"></script> <script src="static/toastr.min.js"></script>
<script src="static/doublescroll.js"></script> <script src="static/doublescroll.js"></script>
<!--<script src="static/simplemde.min.js"></script>--> <!--<script src="static/simplemde.min.js"></script>-->