mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-17 21:44:48 -04:00
Store state of history filter
This commit is contained in:
@@ -48,7 +48,7 @@ define(
|
||||
|
||||
number: function (input) {
|
||||
if (!input) {
|
||||
return '';
|
||||
return '0';
|
||||
}
|
||||
|
||||
return input.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',');
|
||||
|
||||
Reference in New Issue
Block a user