v1.18.x
Julian Lam 8 years ago
parent 73b3e08682
commit 684a66a760

@ -93,7 +93,7 @@ define('forum/account/header', [
paramValue: ajaxify.data.theirid,
accept: '.png,.jpg,.bmp',
}, function (imageUrlOnServer) {
components.get('account/cover').css('background-image', 'url(' + imageUrlOnServer + '?' + config['cache-buster'] + ')');
components.get('account/cover').css('background-image', 'url(' + config.relative_path + imageUrlOnServer + '?' + config['cache-buster'] + ')');
});
},
removeCover

Loading…
Cancel
Save