The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/rocketchat-lib/server/startup/settingsOnLoadCdnPrefix.coffee

8 lines
271 B

RocketChat.settings.onload 'CDN_PREFIX', (key, value, initialLoad) ->
if _.isString value
WebAppInternals?.setBundledJsCssPrefix value
Meteor.startup ->
value = RocketChat.settings.get 'CDN_PREFIX'
if _.isString value
WebAppInternals?.setBundledJsCssPrefix value