gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] branch master updated: adapt auditor p


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: adapt auditor page to new module loading strategy
Date: Mon, 24 Apr 2017 16:22:25 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new e57cc05  adapt auditor page to new module loading strategy
e57cc05 is described below

commit e57cc0560e182f5fbfa0f4e07c5932c02a76ce9c
Author: Florian Dold <address@hidden>
AuthorDate: Mon Apr 24 16:22:21 2017 +0200

    adapt auditor page to new module loading strategy
---
 src/pages/auditors.tsx | 2 ++
 tsconfig.json          | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/pages/auditors.tsx b/src/pages/auditors.tsx
index 4aa9221..41339b0 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);
diff --git a/tsconfig.json b/tsconfig.json
index 8164b0b..da19dba 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -56,4 +56,4 @@
     "src/wxApi.ts",
     "src/wxBackend.ts"
   ]
-}
+}
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]