mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
added scroll to top button
This commit is contained in:
parent
25581c8051
commit
272cc93bd2
4 changed files with 97 additions and 45 deletions
11
UI/app.js
11
UI/app.js
|
@ -32,9 +32,16 @@ require.config({
|
|||
[
|
||||
'Instrumentation/ErrorHandler'
|
||||
],
|
||||
exports: '$'
|
||||
},
|
||||
exports: '$',
|
||||
|
||||
init: function () {
|
||||
require(
|
||||
[
|
||||
'jQuery/ToTheTop'
|
||||
]);
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
signalR: {
|
||||
deps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue