aframe-preloader-component
aframe-preloader-component copied to clipboard
Bootstrap theme CSS CDN url is broken
Need to replace the CSS in the demos with an updated link so the popups will show.
Changing the URL to the following seems to fix this issue:
<!-- Bootstrap Bootswatch theme CSS - other themes available here: https://bootswatch.com -->
<link rel="stylesheet" href="https://cdn.rawgit.com/thomaspark/bootswatch/master/dist/slate/bootstrap.min.css" />