maposmatic-dev
[Top][All Lists]
Advanced

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

[Maposmatic-dev] [PATCH] Don't show the submit button for on-the-fly lan


From: David Decotigny
Subject: [Maposmatic-dev] [PATCH] Don't show the submit button for on-the-fly language selection when javascript being used.
Date: Tue, 8 Sep 2009 08:39:39 +0200

From: David Decotigny <address@hidden>

As told...
---
 www/templates/maposmatic/base.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/www/templates/maposmatic/base.html 
b/www/templates/maposmatic/base.html
index f508a3a..a8f748e 100644
--- a/www/templates/maposmatic/base.html
+++ b/www/templates/maposmatic/base.html
@@ -85,7 +85,9 @@
        </option>
        {% endfor %}
       </select>
-      <input type="submit" value="Go" />
+      <noscript>
+        <input type="submit" value="Go" />
+      </noscript>
     </form>
   </div>
 
-- 
1.6.4.2





reply via email to

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