From db3af7a2df318dda09914d2a323a487563c692d3 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 19 Jun 2011 20:11:27 +0200 Subject: [PATCH] toString does not need arguments --- static/js/pandora/pandora.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/js/pandora/pandora.js b/static/js/pandora/pandora.js index 365aa4be..aac27bba 100644 --- a/static/js/pandora/pandora.js +++ b/static/js/pandora/pandora.js @@ -130,8 +130,8 @@ pandora.reloadGroups = function(i) { }); } }); - history.pushState({}, '', pandora.Query.toString(query)); -} + history.pushState({}, '', pandora.Query.toString()); +}; pandora.getListData = function() { var data = {}; @@ -142,7 +142,7 @@ pandora.getListData = function() { } data.editable = data.user == pandora.user.username && data.type == 'static'; return data; -} +}; pandora.reloadList = function() { Ox.print('reloadList')