I’ve just noticed Tagify has stopped working. This is what the console shows:
ReferenceError: Tagify is not defined
at n.render (dmxTagify.js:7:5428)
at n.constructor (BaseComponent.js:21:1)
at n (appConnect.js:635:1)
at n.constructor (formElement.js:5:1)
at n [as constructor] (appConnect.js:635:1)
at e.hasOwnProperty.e.constructor (appConnect.js:665:1)
at new n (appConnect.js:635:1)
at n.$addChild (BaseComponent.js:190:1)
at n.<anonymous> (BaseComponent.js:297:1)
at Object.walk (dom.js:186:1)
The perfect solution in my view is to use a CDN but have a fallback if that’s not available. Storing the scripts with everything else is fine and then just use them when the CDN isn’t available. Would that be possible?