mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
increased auto numeric max value
This commit is contained in:
parent
d713240a1d
commit
1abd842248
1 changed files with 1 additions and 1 deletions
2
dashboard-ui/thirdparty/autoNumeric.js
vendored
2
dashboard-ui/thirdparty/autoNumeric.js
vendored
|
@ -847,7 +847,7 @@
|
|||
* value must be enclosed in quotes and use the period for the decimal point
|
||||
* value must be larger than vMin
|
||||
*/
|
||||
vMax: '999999999.99',
|
||||
vMax: '999999999999.99',
|
||||
/** minimum possible value
|
||||
* value must be enclosed in quotes and use the period for the decimal point
|
||||
* value must be smaller than vMax
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue