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