[FIX] website blog: open change cover wizard at second selection

Fixes #2470
This commit is contained in:
Jay Patel 2014-09-17 12:17:37 +05:30 committed by Martin Trigaux
parent 5e07658c7d
commit 5258427d18
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ $(document).ready(function() {
$(document.body).on('media-saved', self, function (o) {
var url = $('.cover-storage').attr('src');
$('.js_fullheight').css({"background-image": !_.isUndefined(url) ? 'url(' + url + ')' : "", 'min-height': vHeight});
$('.cover-storage').remove();
$('.cover-storage').hide();
});
editor.appendTo('body');
},