From 21ef62481d14dcb790a7bab836a192dc38f27096 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Mon, 23 Feb 2015 09:41:27 -0600 Subject: [PATCH] Removed step attribue from contributor input --- website/views/options/social/hall.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/views/options/social/hall.jade b/website/views/options/social/hall.jade index 252f882761..26d95ed179 100644 --- a/website/views/options/social/hall.jade +++ b/website/views/options/social/hall.jade @@ -26,7 +26,7 @@ script(type='text/ng-template', id='partials/options.social.hall.heroes.html') input.form-control(type='text', ng-model='hero.contributor.text', placeholder=env.t('contribTitle')) .form-group label=env.t('contribLevel') - input.form-control(type='number', step="any", ng-model='hero.contributor.level') + input.form-control(type='number', ng-model='hero.contributor.level') small=env.t('contribHallText') |  a(target='_blank', href='https://trello.com/c/wkFzONhE/277-contributor-gear')=env.t('moreDetails')