Blog Post
_anomDiebolt_
7 years agoQrew Elite
The slug in the middle of the URL changes with each release. So instead of this URL:
https://assets.quickbasecdn.net/res/14278a3-2314/css/themes/classic/widgets.css
try this one:
https://assets.quickbasecdn.net/res/14278a3-2314/css/themes/classic/widgets.css
If you want to not be sensitive to the slug changing you have to use script to derive its value and build the current URL.
https://assets.quickbasecdn.net/res/14278a3-2314/css/themes/classic/widgets.css
try this one:
https://assets.quickbasecdn.net/res/14278a3-2314/css/themes/classic/widgets.css
If you want to not be sensitive to the slug changing you have to use script to derive its value and build the current URL.