mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 23:16:03 +00:00
theme manager fix
This commit is contained in:
@@ -53,7 +53,9 @@ Espo.define('theme-manager', [], function () {
|
||||
|
||||
getStylesheet: function () {
|
||||
var link = this.metadata.get('themes.' + this.getName() + '.stylesheet') || 'client/css/espo.css';
|
||||
link += '?r=' + this.config.get('cacheTimestamp').toString();
|
||||
if (this.config.get('cacheTimestamp')) {
|
||||
link += '?r=' + this.config.get('cacheTimestamp').toString();
|
||||
}
|
||||
return link
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user