From b7531c3071cf7384abadd8be216da00158f86b15 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 8 Dec 2010 02:37:45 +0100 Subject: [PATCH] remove ! from url, using history.pushSate now --- static/js/pandora.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora.js b/static/js/pandora.js index 99de83f0..c6984aab 100755 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -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