Store state of history filter

This commit is contained in:
Mark McDowall
2014-02-26 08:58:42 -08:00
parent 274e2eac86
commit 4478f2d723
2 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ define(
number: function (input) {
if (!input) {
return '';
return '0';
}
return input.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ',');