forked from 0x2620/pandora
remove ! from url, using history.pushSate now
This commit is contained in:
parent
3729153e29
commit
b7531c3071
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ app.Query = (function() {
|
|||
|
||||
toString: function() {
|
||||
Ox.print('tS', app.user.ui.find)
|
||||
return '!' + Ox.serialize({
|
||||
return Ox.serialize({
|
||||
find: constructFind(app.Query.toObject()),
|
||||
sort: app.user.ui.sort[0].operator + app.user.ui.sort[0].key,
|
||||
view: app.user.ui.listView
|
||||
|
|
Loading…
Reference in a new issue