use hashurl for view
This commit is contained in:
parent
966da72548
commit
ac7a52562f
2 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue