Hi guys,
I have recently noticed that some of the users are not able to view the table and receive the following error:
Uncaught TypeError: Cannot read property 'isDataTable' of undefined
After some investigation, I realized that it was due to DataTable js not loading properly. When I navigated via web browser to CDN
//cdn.datatables.net/1.10.3/js/jquery.dataTables.min.js
I was asked to fill CAPTCHA form and only after that I was able to view the contect of the JS.
Then I reloaded the page in the same window and table worked without any problems.
This is a bit worrying as I don't want to move js scripts onto my local hosting is there a way to get around this without having to manually confirm that you are not a robot?