mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Bootstrap 3
New: Updated UI New: Mobile browser support Fixed: /favicon.ico will return the favicon now
This commit is contained in:
@@ -51,7 +51,12 @@ require.config({
|
||||
[
|
||||
'jquery'
|
||||
],
|
||||
exports: 'Messenger'
|
||||
exports: 'Messenger',
|
||||
init : function () {
|
||||
window.Messenger.options = {
|
||||
theme: 'flat'
|
||||
};
|
||||
}
|
||||
},
|
||||
signalR : {
|
||||
deps:
|
||||
|
Reference in New Issue
Block a user