mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-16 21:16:24 -04: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