mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07:00
Bootstrap 3
New: Updated UI New: Mobile browser support Fixed: /favicon.ico will return the favicon now
This commit is contained in:
parent
28fa264c69
commit
99f2b07a11
148 changed files with 2691 additions and 2054 deletions
|
@ -51,7 +51,12 @@ require.config({
|
|||
[
|
||||
'jquery'
|
||||
],
|
||||
exports: 'Messenger'
|
||||
exports: 'Messenger',
|
||||
init : function () {
|
||||
window.Messenger.options = {
|
||||
theme: 'flat'
|
||||
};
|
||||
}
|
||||
},
|
||||
signalR : {
|
||||
deps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue