Zero Configuration Example has typo in javascript lib files
Zero Configuration Example has typo in javascript lib files
On the JavaScript tab, it shows as //code.jquery.com/jquery-1.12.4.js instead of https://code.jquery.com/jquery-1.12.4.js
This discussion has been closed.
Replies
Seen here https://datatables.net/examples/basic_init/zero_configuration.html
Do you mean the "missing"
https:? If so, then that isn't a bug - the double slash (//) is a protocol relative URL.Allan
Cheers, it's been a while since I did much web stuff.
Explains why it didn't work for my experiments.