1
0
Fork 0
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:
kayone 2013-11-10 22:39:10 -08:00
parent 6e792c6916
commit 1695ff7305

View file

@ -2,7 +2,8 @@
define(
[
'marionette',
'jquery'
'jquery',
'Navbar/Search'
], function (Marionette, $) {
return Marionette.ItemView.extend({
template: 'Navbar/NavbarTemplate',