gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: add missing var declara


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: add missing var declaration in JS
Date: Sun, 12 Feb 2017 04:31:06 +0100

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

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 6de5dc5  add missing var declaration in JS
6de5dc5 is described below

commit 6de5dc5d045499e7c0738d5e46288987050aaa11
Author: Florian Dold <address@hidden>
AuthorDate: Sun Feb 12 04:31:02 2017 +0100

    add missing var declaration in JS
---
 talerbank/app/static/profile-page.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/talerbank/app/static/profile-page.js 
b/talerbank/app/static/profile-page.js
index 804e23c..9839e03 100644
--- a/talerbank/app/static/profile-page.js
+++ b/talerbank/app/static/profile-page.js
@@ -28,6 +28,7 @@ var bank_currency;
 var precision;
 var callback_url;
 var reserve_pub;
+var suggested_exchange;
 
 
 /**

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



reply via email to

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