mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-04 05:55:09 +00:00
fixed UI not loading
This commit is contained in:
parent
6e792c6916
commit
1695ff7305
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
define(
|
||||
[
|
||||
'marionette',
|
||||
'jquery'
|
||||
'jquery',
|
||||
'Navbar/Search'
|
||||
], function (Marionette, $) {
|
||||
return Marionette.ItemView.extend({
|
||||
template: 'Navbar/NavbarTemplate',
|
||||
|
|
Loading…
Reference in a new issue