This commit is contained in:
Julian Lam
2017-10-16 10:51:53 -04:00
parent 73b3e08682
commit 684a66a760

View File

@@ -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