Skip to content
Extraits de code Groupes Projets
Valider 0873ae9a rédigé par David McMullin's avatar David McMullin
Parcourir les fichiers

improve behaviour of deselect all

parent f290bcf1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -43,6 +43,12 @@
this.perform = function() {
if (self.noneSelected()) {
// clear the posts
app.page.collection.reset();
app.page.render();
// toggle the button
this.calculateToggleText();
return;
} else {
window.location = self.generateURL(); // hella hax
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter