Hi,
I’m using a Webix Datatable from the Webix-Firebase code in a university project (that’s due in less than 72 hours).
All was going great on Localhost during development, but when I deployed to Firebase this morning, I got an error message saying the Webix .js and .css files were not loaded because the CDN link was over HTTP instead of HTTPS.
Saving the files locally isn’t working; the datatable does not get created (and I have no earthly idea why.)
These are the CDN links I am using:
http://cdn.webix.com/edge/webix.js
http://cdn.webix.com/edge/webix.css
Is there a way to get the latest webix.js and webix.css from the website other than by opening the link and doing a “save as?”
I am desperate to get this project finished… any help would be very greatly appreciated!