Browse Source

User proper cookie for listings

pull/5180/head
Ruud 10 years ago
parent
commit
abce31378c
  1. 2
      couchpotato/core/media/movie/_base/static/list.js

2
couchpotato/core/media/movie/_base/static/list.js

@ -517,7 +517,7 @@ var MovieList = new Class({
.addClass(new_view+'_list'); .addClass(new_view+'_list');
self.current_view = new_view; self.current_view = new_view;
Cookie.write(self.options.identifier+'_view3', new_view, {duration: 1000}); Cookie.write(self.options.identifier+'_view', new_view, {duration: 1000});
}, },
getSavedView: function(){ getSavedView: function(){

Loading…
Cancel
Save