mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
fixed Ajax errors not being displayed in the UI.
This commit is contained in:
parent
b79f695564
commit
32d6909045
11 changed files with 134 additions and 52 deletions
|
@ -30,16 +30,13 @@ require.config({
|
|||
shim: {
|
||||
|
||||
$: {
|
||||
deps :
|
||||
[
|
||||
'Instrumentation/ErrorHandler'
|
||||
],
|
||||
exports: '$',
|
||||
|
||||
init: function () {
|
||||
require(
|
||||
[
|
||||
'jQuery/ToTheTop'
|
||||
'jQuery/ToTheTop',
|
||||
'Instrumentation/ErrorHandler'
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue