mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02:00
fixed UI not loading
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
define(
|
define(
|
||||||
[
|
[
|
||||||
'marionette',
|
'marionette',
|
||||||
'jquery'
|
'jquery',
|
||||||
|
'Navbar/Search'
|
||||||
], function (Marionette, $) {
|
], function (Marionette, $) {
|
||||||
return Marionette.ItemView.extend({
|
return Marionette.ItemView.extend({
|
||||||
template: 'Navbar/NavbarTemplate',
|
template: 'Navbar/NavbarTemplate',
|
||||||
|
Reference in New Issue
Block a user