toString does not need arguments
This commit is contained in:
parent
06bea0b116
commit
db3af7a2df
1 changed files with 3 additions and 3 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue