Update samy.html

This commit is contained in:
2025-12-20 21:03:52 -05:00
parent fc14845f46
commit 6e43fac0ee

View File

@@ -166,13 +166,11 @@
<!-- Tiny inline bridge: pass dynamic data, then inline JS from Gitea --> <!-- Tiny inline bridge: pass dynamic data, then inline JS from Gitea -->
<script> <script>
window.SAMY_TASKS = [ window.SAMY_TASKS = {{tasksJsAll}};
{{tasksJsAll}}
];
window.SAMY_DEFAULT_PAGE = "{{defaultPage}}"; window.SAMY_DEFAULT_PAGE = "{{defaultPage}}";
</script> </script>
<script> <script>
{{JsContent}} {{JsContent}}
</script> </script>