don't reload groups when changing list view or list sort

This commit is contained in:
rlx 2011-08-17 13:23:17 +00:00
commit 929cf988a1
6 changed files with 41 additions and 17 deletions

View file

@ -130,7 +130,7 @@ pandora.reloadGroups = function(i) {
});
}
});
history.pushState({}, '', pandora.Query.toString());
pandora.URL.push(pandora.Query.toString());
};
pandora.getListData = function() {