use hashurl for view

This commit is contained in:
j 2010-12-08 02:31:18 +01:00
commit ac7a52562f
2 changed files with 2 additions and 2 deletions

View file

@ -1274,7 +1274,7 @@ app.constructMainMenu = function() {
app.$ui.list.sortList(id, operator);
} else if (data.id == 'viewmovies') {
var view = data.checked[0].id;
app.url('/?v='+view);
app.url('/#view='+view);
}
},
click: function(event, data) {