gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-web-common] branch master updated: re-add missing in


From: gnunet
Subject: [GNUnet-SVN] [taler-web-common] branch master updated: re-add missing init call
Date: Wed, 07 Mar 2018 16:24:44 +0100

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

dold pushed a commit to branch master
in repository web-common.

The following commit(s) were added to refs/heads/master by this push:
     new 8883bc4  re-add missing init call
8883bc4 is described below

commit 8883bc46043caff9a57fd3aa28142783742ddae1
Author: Florian Dold <address@hidden>
AuthorDate: Wed Mar 7 16:24:22 2018 +0100

    re-add missing init call
---
 taler-wallet-lib.js | 1 +
 taler-wallet-lib.ts | 1 +
 2 files changed, 2 insertions(+)

diff --git a/taler-wallet-lib.js b/taler-wallet-lib.js
index 4b6a900..da9cf9f 100644
--- a/taler-wallet-lib.js
+++ b/taler-wallet-lib.js
@@ -264,5 +264,6 @@ var taler;
         }
     }
     logVerbose && console.log("running taler-wallet-lib from page");
+    initTaler();
 })(taler || (taler = {}));
 // @license-end
diff --git a/taler-wallet-lib.ts b/taler-wallet-lib.ts
index f16b81b..6e58b36 100644
--- a/taler-wallet-lib.ts
+++ b/taler-wallet-lib.ts
@@ -297,5 +297,6 @@ namespace taler {
   }
 
   logVerbose && console.log("running taler-wallet-lib from page");
+  initTaler();
 }
 // @license-end

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



reply via email to

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