From 2b82fca2cfa9dbf2650c6c8adcfe5443adcb2b22 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 13 Jan 2017 20:48:51 +0100 Subject: [PATCH] Small various bugs. --- public/js/ff/accounts/show.js | 2 +- resources/views/currencies/create.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/ff/accounts/show.js b/public/js/ff/accounts/show.js index a1db23e92a..b3b1093c7a 100644 --- a/public/js/ff/accounts/show.js +++ b/public/js/ff/accounts/show.js @@ -54,7 +54,7 @@ $(function () { ui.placeholder.html(' '); } } - ).disableSelection(); + ); } }); diff --git a/resources/views/currencies/create.twig b/resources/views/currencies/create.twig index c9949b05f2..18854f366c 100644 --- a/resources/views/currencies/create.twig +++ b/resources/views/currencies/create.twig @@ -17,7 +17,7 @@ {{ ExpandedForm.text('name',null,{'maxlength' : 48}) }} {{ ExpandedForm.text('symbol',null,{'maxlength': 8}) }} {{ ExpandedForm.text('code',null,{'maxlength' : 3}) }} - {{ ExpandedForm.integer('decimal_places',3,{'maxlength' : 2,'min': 0,'max': 12}) }} + {{ ExpandedForm.integer('decimal_places',2,{'maxlength' : 2,'min': 0,'max': 12}) }}