Add identifier to movie lists
This commit is contained in:
@@ -17,8 +17,8 @@ Page.Manage = new Class({
|
||||
}).inject(self.el);
|
||||
|
||||
self.list = new MovieList({
|
||||
'identifier': 'manage',
|
||||
'status': 'done',
|
||||
'navigation': true,
|
||||
'actions': MovieActions
|
||||
});
|
||||
$(self.list).inject(self.el);
|
||||
|
||||
@@ -12,8 +12,8 @@ Page.Wanted = new Class({
|
||||
|
||||
// Wanted movies
|
||||
self.wanted = new MovieList({
|
||||
'identifier': 'wanted',
|
||||
'status': 'active',
|
||||
'navigation': true,
|
||||
'actions': MovieActions
|
||||
});
|
||||
$(self.wanted).inject(self.el);
|
||||
|
||||
Reference in New Issue
Block a user