gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] 02/02: note about how JS-free the bank is


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] 02/02: note about how JS-free the bank is
Date: Wed, 29 Nov 2017 18:29:35 +0100

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

marcello pushed a commit to branch master
in repository bank.

commit d05a5f0b51307cac2d73347c970c7bbdd5cb8c56
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Nov 29 18:29:14 2017 +0100

    note about how JS-free the bank is
---
 talerbank/app/static/chrome-store-link.js | 11 -----------
 talerbank/app/templates/base.html         |  3 +++
 talerbank/app/templates/profile_page.html |  1 -
 3 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/talerbank/app/static/chrome-store-link.js 
b/talerbank/app/static/chrome-store-link.js
deleted file mode 100644
index e0d10cc..0000000
--- a/talerbank/app/static/chrome-store-link.js
+++ /dev/null
@@ -1,11 +0,0 @@
-function onSuccess() {
-  console.log("installation successful");
-}
-
-function onFailure(detail) {
-  console.log("installation failed", detail);
-}
-
-function installWallet() {
-  
chrome.webstore.install("https://chrome.google.com/webstore/detail/millncjiddlpgdmkklmhfadpacifaonc";,
 onSuccess, onFailure);
-}
diff --git a/talerbank/app/templates/base.html 
b/talerbank/app/templates/base.html
index 13357f0..a604561 100644
--- a/talerbank/app/templates/base.html
+++ b/talerbank/app/templates/base.html
@@ -45,6 +45,9 @@
     <div class="content">
       {% block headermsg %} {% endblock %}
       {% block content %} {% endblock %}
+      <div>
+        <p>NOTE: the bank runs completely JavaScript-free.</p>
+      </div>
     </div>
   </body>
 </html>
diff --git a/talerbank/app/templates/profile_page.html 
b/talerbank/app/templates/profile_page.html
index 3bc8ebd..40f3c30 100644
--- a/talerbank/app/templates/profile_page.html
+++ b/talerbank/app/templates/profile_page.html
@@ -28,7 +28,6 @@
     <meta name="suggested-exchange" value="{{ suggested_exchange }}">
   {% endif %}
   <link rel="stylesheet" type="text/css" href="{{ 
static('disabled-button.css') }}">
-  <script src="{{ static('chrome-store-link.js') }}" 
type="application/javascript"></script>
 {% endblock head %}
 {% block headermsg %}
   <div>

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



reply via email to

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