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 -->
<script>
window.SAMY_TASKS = [
{{tasksJsAll}}
];
window.SAMY_TASKS = {{tasksJsAll}};
window.SAMY_DEFAULT_PAGE = "{{defaultPage}}";
</script>
<script>
{{JsContent}}
</script>