fix cache buster for skins

This commit is contained in:
Barış Soner Uşaklı
2023-01-29 19:14:30 -05:00
parent b4fbb49eaf
commit bad0eef089

View File

@@ -126,7 +126,7 @@ define('forum/account/settings', [
linkEl.href = config.relative_path +
'/assets/client' + (skinName ? '-' + skinName : '') +
(langDir === 'rtl' ? '-rtl' : '') +
'.css';
'.css?' + config['cache-buster'];
linkEl.onload = function () {
clientEl.parentNode.removeChild(clientEl);