gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant-frontends] branch master updated: Remove ch


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: Remove choice between JS and JS-free.
Date: Mon, 13 Feb 2017 04:05:49 +0100

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

dold pushed a commit to branch master
in repository merchant-frontends.

The following commit(s) were added to refs/heads/master by this push:
     new e13018a  Remove choice between JS and JS-free.
e13018a is described below

commit e13018ab1be9a15324b33c2508a76a779b3d2fc3
Author: Florian Dold <address@hidden>
AuthorDate: Mon Feb 13 04:05:11 2017 +0100

    Remove choice between JS and JS-free.
    
    We always use the JS-free version by default.  It's translated
    by the wallet to the same API call, so we don't need both for testing.
---
 talerfrontends/blog/templates/index.html | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/talerfrontends/blog/templates/index.html 
b/talerfrontends/blog/templates/index.html
index e4697e5..e0f916e 100644
--- a/talerfrontends/blog/templates/index.html
+++ b/talerfrontends/blog/templates/index.html
@@ -10,16 +10,6 @@
         and available gratis at <a href="http://www.gnu.org/";>gnu.org</a>.
       </p>
 
-      <p>
-      {% if use_js %}
-      You're using the JavaScript version.  You can also <a href="{{ 
url_for('index', use_js='false') }}">switch</a>
-        to the JS-free version.
-      {% else %}
-      You're using the JavaScript-free version.  You can also <a href="{{ 
url_for('index', use_js='true') }}">switch</a>
-        to the JS version.
-      {% endif %}
-      </p>
-
     <h2 class="taler-installed-hide">Taler wallet required for payment</h2>
 
     <p class="taler-installed-hide">

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



reply via email to

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