1
0
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:
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',