From ee3bc84242a0dbe3eb4e17e5d00fe3bfb8e55e8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Sun, 16 Jun 2013 11:38:52 +0200 Subject: [PATCH] Use span instead of button for upload buttons, otherwise FF and IE hiccup... --- octoprint/templates/index.jinja2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/octoprint/templates/index.jinja2 b/octoprint/templates/index.jinja2 index 5a106bd..0684fbc 100644 --- a/octoprint/templates/index.jinja2 +++ b/octoprint/templates/index.jinja2 @@ -197,22 +197,22 @@
{% if enableSdSupport %} - - + {% else %} - + {% endif %}