1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-28 23:16:32 -04:00

Naming settings in UI, fuck its ugly

This commit is contained in:
Mark McDowall
2013-03-03 18:02:57 -08:00
parent d1ba892e45
commit b9a14a5cf5
3 changed files with 115 additions and 4 deletions
@@ -32,7 +32,7 @@ define([
editSeries: function () {
var view = new NzbDrone.Series.EditSeriesView({ model: this.model});
var view = new NzbDrone.Series.Edit.EditSeriesView({ model: this.model});
NzbDrone.vent.trigger(NzbDrone.Events.OpenModalDialog, {
view: view