Browse Source

Enable added combined list by default

pull/1247/merge
Ruud 13 years ago
parent
commit
432852cf5d
  1. 2
      couchpotato/static/scripts/page/settings.js

2
couchpotato/static/scripts/page/settings.js

@ -1311,7 +1311,7 @@ Option.Combined = new Class({
if(has_empty > 0) return;
self.add_empty_timeout = setTimeout(function(){
self.createItem(false, null);
self.createItem({'use': true});
}, 10);
},

Loading…
Cancel
Save