In jst_server:
authorNick Downing <nick@ndcode.org>
Thu, 27 Jan 2022 03:49:56 +0000 (14:49 +1100)
committerNick Downing <nick@ndcode.org>
Thu, 27 Jan 2022 03:51:41 +0000 (14:51 +1100)
* Fix let-bug in Resources.unref() caught by ES6 (another was fixed previously)

In ndcode_site:
* Make /_config/*.jst use ES6 superclass calls, fix failure to await the superclass calls, use (await import('@ndcode/jst_server')).default rather than the _jst_server builtin variable provided by jst (because npm now uses a flat node_modules structure, so there is no risk of loading a second copy of jst_server module)
* Update /my_account/index.html.jst to latest way, minor consistency changes in /my_account/sign_up/index.html.jst, change _lib/navbar.jst to remove flicker when sign in/out requires the page to be reloaded, i.e. when editing account details

jst_server
ndcode_site

index 386b5f7..17937b4 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 386b5f73d3c955ea21e177f738357078c295ff21
+Subproject commit 17937b4fbf0f6fa2182de3f6539b99d897efa45c
index 47ad54b..a4adebc 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 47ad54b04fe62459a0c6789aaa4f328ef0f421d7
+Subproject commit a4adebcf758195fc268cc4f47a5d914abfab21a7