mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
sugar kills (removed sugar.js)
Relative dates for next airing on posters and list (series) History time shows real time on tooltip
This commit is contained in:
parent
641e01376b
commit
207d9c256d
21 changed files with 296 additions and 9100 deletions
|
@ -1,5 +1,5 @@
|
|||
'use strict';
|
||||
define(function () {
|
||||
define(['Shared/StringHelpers'],function (StringHelpers) {
|
||||
//This module will automatically route all relative links through backbone router rather than
|
||||
//causing links to reload pages.
|
||||
|
||||
|
@ -40,7 +40,7 @@ define(function () {
|
|||
}
|
||||
|
||||
|
||||
if (!href.startsWith('http')) {
|
||||
if (!StringHelpers.startsWith(href, 'http')) {
|
||||
router.navigate(href, { trigger: true });
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue