From 4994d488cf2a0a0167df6b7be1d160dd50d400fa 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... (cherry picked from commit ee3bc84) --- 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 fc78ec8..8e771a8 100644 --- a/octoprint/templates/index.jinja2 +++ b/octoprint/templates/index.jinja2 @@ -197,22 +197,22 @@
{% if enableSdSupport %} - - + {% else %} - + {% endif %}