aboutsummaryrefslogtreecommitdiff
path: root/src/pages/auditors.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/auditors.tsx')
-rw-r--r--src/pages/auditors.tsx2
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);