diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-04-24 16:22:21 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-04-24 16:22:21 +0200 |
commit | e57cc0560e182f5fbfa0f4e07c5932c02a76ce9c (patch) | |
tree | 869f510678bfb9c41949ba59a91db35d4d5d6f11 /src | |
parent | 82f2b76e25a4a67e01ec67e5ebe39d14ad771ea8 (diff) |
adapt auditor page to new module loading strategy
Diffstat (limited to 'src')
-rw-r--r-- | src/pages/auditors.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pages/auditors.tsx b/src/pages/auditors.tsx index 4aa922128..41339b0d8 100644 --- a/src/pages/auditors.tsx +++ b/src/pages/auditors.tsx @@ -115,3 +115,5 @@ class CurrencyList extends React.Component<any, CurrencyListState> { export function main() { ReactDOM.render(<CurrencyList />, document.getElementById("container")!); } + +document.addEventListener("DOMContentLoaded", main); |