mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
get headroom from bower
This commit is contained in:
parent
77e3111ad1
commit
27c3bdc042
58 changed files with 1224 additions and 3803 deletions
|
@ -108,15 +108,17 @@
|
|||
});
|
||||
}
|
||||
|
||||
for (var i = 0, length = list.length; i < length; i++) {
|
||||
require(['humanedate'], function() {
|
||||
for (var i = 0, length = list.length; i < length; i++) {
|
||||
|
||||
var notification = list[i];
|
||||
var notification = list[i];
|
||||
|
||||
html += getNotificationHtml(notification);
|
||||
html += getNotificationHtml(notification);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
elem.html(html).trigger('create');
|
||||
elem.html(html).trigger('create');
|
||||
});
|
||||
}
|
||||
|
||||
function getNotificationHtml(notification) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue