mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-30 19:30:04 +01:00
fix cache buster for skins
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user