toString does not need arguments

This commit is contained in:
j 2011-06-19 20:11:27 +02:00
parent 4b7224526a
commit f26f717945
1 changed files with 3 additions and 3 deletions

View File

@ -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')