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)
commitfd7ddbefc490a9febce76e50161b651b0e029ade
treed0353e8360fd6dd7850a35d8882d040426c3073a
parent7037f2674aa5f96b65db59d2ed72e5f2df5896ae
In jst_server:
* 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