mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Small various bugs.
This commit is contained in:
@@ -54,7 +54,7 @@ $(function () {
|
|||||||
ui.placeholder.html('<td colspan="' + cellCount + '"> </td>');
|
ui.placeholder.html('<td colspan="' + cellCount + '"> </td>');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
).disableSelection();
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
{{ ExpandedForm.text('name',null,{'maxlength' : 48}) }}
|
{{ ExpandedForm.text('name',null,{'maxlength' : 48}) }}
|
||||||
{{ ExpandedForm.text('symbol',null,{'maxlength': 8}) }}
|
{{ ExpandedForm.text('symbol',null,{'maxlength': 8}) }}
|
||||||
{{ ExpandedForm.text('code',null,{'maxlength' : 3}) }}
|
{{ 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}) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user