Skip to content
Snippets Groups Projects
Commit 5258427d authored by Jay Patel's avatar Jay Patel Committed by Martin Trigaux
Browse files

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

Fixes #2470
parent 5e07658c
Branches
Tags
No related merge requests found
......@@ -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');
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment