Make sure publisher is totally hidden in bookmarklet after post success

This commit is contained in:
Jason Robinson 2014-06-01 15:02:40 +03:00
parent 8fead54ab6
commit 6cf484c9a3

View file

@ -35,6 +35,7 @@ app.views.Bookmarklet = Backbone.View.extend({
_postSuccess: function(evt) {
this.$('h4').text(Diaspora.I18n.t('bookmarklet.post_success'));
app.publisher.close();
this.$("#publisher").addClass("hidden");
_.delay(window.close, 2000);
},