fixed poll js bug
This commit is contained in:
parent
7dcf11e629
commit
8f9736a741
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue