mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
no more # in the url.
This commit is contained in:
parent
893795d029
commit
eb0ffa83b6
7 changed files with 62 additions and 40 deletions
|
@ -1,7 +1,7 @@
|
|||
define(['app', 'Shared/NotificationCollection'], function (app, notificationCollection) {
|
||||
|
||||
var notificationItemView = Backbone.Marionette.ItemView.extend({
|
||||
template: 'Shared/NotificationTemplate',
|
||||
template: '#notification-template',
|
||||
|
||||
events: {
|
||||
'click .x-close': 'kill'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue