Open rognoni opened 8 years ago
A possible simple solution :-) https://rawgit.com
This looks like a browser setting. Did you try this?
<script type="text/javascript" src="...">
Yes, probably the content-type check is made from the resource headers:
<!-- Libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/js/bootstrap.js"></script>
<script type="text/javascript" src="https://github.com/typicaljoe/taffydb/raw/master/taffy.js"></script>
from the Github server we have:
Content-Type: text/html; charset=utf-8
I see this error on Google Chrome:
using this import:
https://github.com/rognoni/adaptable/blob/master/Front-end/HTML5-Bootstrap4/index.html