mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Improved Paginator
This commit is contained in:
parent
d71765be53
commit
13fab38702
6 changed files with 41 additions and 12 deletions
|
@ -12,4 +12,8 @@ define(
|
|||
return FormatHelpers.pad(input, 2);
|
||||
});
|
||||
|
||||
Handlebars.registerHelper('Number', function (input) {
|
||||
return FormatHelpers.Number(input);
|
||||
});
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue