Skip to content
Snippets Groups Projects
Commit d75d3a48 authored by Greg Fodor's avatar Greg Fodor
Browse files

Use rawgit URL for logging hack

parent ab5f538d
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,10 @@ ...@@ -17,6 +17,10 @@
<% } else { %> <% } else { %>
<script src="https://cdn.rawgit.com/aframevr/aframe/3e7a4b3/dist/aframe-master.js" integrity="sha384-EaMOuyBOi9ERV/lVDwQgz/yFWBDWPsIju5Co6oCZZHXuvbLBO81yPWn80q0BbBn3" crossorigin="anonymous"></script> <script src="https://cdn.rawgit.com/aframevr/aframe/3e7a4b3/dist/aframe-master.js" integrity="sha384-EaMOuyBOi9ERV/lVDwQgz/yFWBDWPsIju5Co6oCZZHXuvbLBO81yPWn80q0BbBn3" crossorigin="anonymous"></script>
<% } %> <% } %>
<!-- HACK: this has to run after A-Frame but before our bundle, since A-Frame blows away the local storage setting -->
<script src="https://cdn.rawgit.com/gfodor/ba8f88d9f34fe9cbe59a01ce3c48420d/raw/03e31f0ef7b9eac5e947bd39e440f34df0701f75/naf-janus-adapter-logging.js" integrity="sha384-4q1V8Q88oeCFriFefFo5uEUtMzbw6K116tFyC9cwbiPr6wEe7050l5HoJUxMvnzj" crossorigin="anonymous"></script>
</head> </head>
<body data-html-prefix="<%= HTML_PREFIX %>"> <body data-html-prefix="<%= HTML_PREFIX %>">
......
// HACK: this has to run after A-Frame but before our bundle, since A-Frame blows away the local storage setting -->
if (/[&?]debug=true/.test(window.location.search) && typeof localStorage !== "undefined") {
localStorage.debug = "naf-janus-adapter:*";
}
import "./assets/stylesheets/hub.scss"; import "./assets/stylesheets/hub.scss";
import moment from "moment-timezone"; import moment from "moment-timezone";
import queryString from "query-string"; import queryString from "query-string";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment