[CHG] add functional doc TOC
move accounting memento to a sub-document
This commit is contained in:
@@ -137,6 +137,7 @@
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
var target = document.querySelector('.accounts-table');
|
||||
if (!target) { return; }
|
||||
function render(current) {
|
||||
React.render(
|
||||
React.createElement(AccountsTable, {current: current}),
|
||||
|
||||
Reference in New Issue
Block a user