Make sure publisher is totally hidden in bookmarklet after post success
This commit is contained in:
parent
8fead54ab6
commit
6cf484c9a3
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ app.views.Bookmarklet = Backbone.View.extend({
|
||||||
_postSuccess: function(evt) {
|
_postSuccess: function(evt) {
|
||||||
this.$('h4').text(Diaspora.I18n.t('bookmarklet.post_success'));
|
this.$('h4').text(Diaspora.I18n.t('bookmarklet.post_success'));
|
||||||
app.publisher.close();
|
app.publisher.close();
|
||||||
|
this.$("#publisher").addClass("hidden");
|
||||||
_.delay(window.close, 2000);
|
_.delay(window.close, 2000);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue