htmlpreview / htmlpreview.github.com

HTML Preview for GitHub Repositories
htmlpreview.github.com
1.51k stars 303 forks source link

jQuery not loading #101

Open mikecormier opened 3 years ago

mikecormier commented 3 years ago

Error:

Uncaught ReferenceError: jQuery is not defined
    at <anonymous>:141:5
    at loadJS (htmlpreview.js:86)
    at htmlpreview.js:56

jQuery is loaded within the HTML file hosted on github as such:

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>

however, it is not being loaded when using htmlpreview.github.com.

I have tried multiple different version of jQuery and loading it a few different ways and still am not able to get htmlpreview.github.com to load jQuery.

URL: https://htmlpreview.github.io/?https://github.com/mikecormier/mosdepth_region_vis/master/blob/example_output/region_coverage.html

Antosser commented 2 years ago

same problem

vhvy commented 2 years ago

109 I have try to fix the problem.