fixed poll js bug

This commit is contained in:
Jannik Streek 2014-03-27 09:46:32 +01:00
parent 7dcf11e629
commit 8f9736a741

View file

@ -48,9 +48,8 @@ app.views.Poll = app.views.Base.extend({
this.toggleMode = 1;
}else{
this.$('.toggle_result').html(Diaspora.I18n.t("poll.show_result"));
this.toggleStringMode = 0;
this.toggleMode = 0;
}
return false;
},