mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
fixed UI not loading
This commit is contained in:
parent
6e792c6916
commit
1695ff7305
@ -2,7 +2,8 @@
|
||||
define(
|
||||
[
|
||||
'marionette',
|
||||
'jquery'
|
||||
'jquery',
|
||||
'Navbar/Search'
|
||||
], function (Marionette, $) {
|
||||
return Marionette.ItemView.extend({
|
||||
template: 'Navbar/NavbarTemplate',
|
||||
|
Loading…
Reference in New Issue
Block a user