[CHG] add functional doc TOC

move accounting memento to a sub-document
This commit is contained in:
Xavier Morel
2015-03-17 14:58:55 +01:00
parent 9c12455c96
commit d1b5326990
7 changed files with 268 additions and 252 deletions
+1
View File
@@ -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}),