better firefox support...still pretty broken
This commit is contained in:
parent
1fe50a7f5c
commit
01e1595b38
4 changed files with 19 additions and 23 deletions
File diff suppressed because one or more lines are too long
9
assets/huegasm-4c4bd90910cc3cc65075b5eaf4ab09e0.js
Normal file
9
assets/huegasm-4c4bd90910cc3cc65075b5eaf4ab09e0.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
22
index.html
22
index.html
|
|
@ -8,7 +8,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<base href="/" />
|
||||
<meta name="huegasm/config/environment" content="%7B%22modulePrefix%22%3A%22huegasm%22%2C%22podModulePrefix%22%3A%22huegasm/pods%22%2C%22environment%22%3A%22production%22%2C%22baseURL%22%3A%22/%22%2C%22locationType%22%3A%22auto%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22huegasm%22%2C%22version%22%3A%221.0.0+4214e9e8%22%7D%2C%22contentSecurityPolicy%22%3A%7B%22default-src%22%3A%22%27none%27%22%2C%22script-src%22%3A%22%27self%27%20%27unsafe-inline%27%20connect.soundcloud.com%20www.google-analytics.com%22%2C%22font-src%22%3A%22%27self%27%20fonts.gstatic.com%22%2C%22connect-src%22%3A%22%27self%27%20*%22%2C%22img-src%22%3A%22%27self%27%20*.sndcdn.com%20%20data%3A%22%2C%22media-src%22%3A%22%27self%27%20api.soundcloud.com%20*.sndcdn.com%20blob%3A%22%2C%22style-src%22%3A%22%27self%27%20%27unsafe-inline%27%20fonts.googleapis.com%22%2C%22object-src%22%3A%22%27self%27%20connect.soundcloud.com%22%2C%22frame-src%22%3A%22%27self%27%22%7D%2C%22contentSecurityPolicyHeader%22%3A%22Content-Security-Policy-Report-Only%22%2C%22exportApplicationGlobal%22%3Afalse%2C%22ember-devtools%22%3A%7B%22global%22%3Atrue%2C%22enabled%22%3Afalse%7D%7D" />
|
||||
<meta name="huegasm/config/environment" content="%7B%22modulePrefix%22%3A%22huegasm%22%2C%22podModulePrefix%22%3A%22huegasm/pods%22%2C%22environment%22%3A%22production%22%2C%22baseURL%22%3A%22/%22%2C%22locationType%22%3A%22auto%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22huegasm%22%2C%22version%22%3A%221.0.0+5e95b209%22%7D%2C%22contentSecurityPolicy%22%3A%7B%22default-src%22%3A%22%27none%27%22%2C%22script-src%22%3A%22%27self%27%20%27unsafe-inline%27%20connect.soundcloud.com%20www.google-analytics.com%22%2C%22font-src%22%3A%22%27self%27%20fonts.gstatic.com%22%2C%22connect-src%22%3A%22%27self%27%20*%22%2C%22img-src%22%3A%22%27self%27%20*.sndcdn.com%20%20data%3A%22%2C%22media-src%22%3A%22%27self%27%20api.soundcloud.com%20*.sndcdn.com%20blob%3A%22%2C%22style-src%22%3A%22%27self%27%20%27unsafe-inline%27%20fonts.googleapis.com%22%2C%22object-src%22%3A%22%27self%27%20connect.soundcloud.com%22%2C%22frame-src%22%3A%22%27self%27%22%7D%2C%22contentSecurityPolicyHeader%22%3A%22Content-Security-Policy-Report-Only%22%2C%22exportApplicationGlobal%22%3Afalse%2C%22ember-devtools%22%3A%7B%22global%22%3Atrue%2C%22enabled%22%3Afalse%7D%7D" />
|
||||
|
||||
<link href='//fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
|
||||
|
|
@ -35,6 +35,13 @@
|
|||
<meta name="msapplication-config" content="assets/images/favicons/browserconfig.xml">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<link rel="stylesheet" integrity="" href="assets/vendor-69116e5a2ecdac86e57c664fce4e61cb.css">
|
||||
<link rel="stylesheet" href="assets/huegasm-3abee9723196de9070cd5b30b049018f.css">
|
||||
|
||||
|
||||
|
||||
<script src="https://connect.soundcloud.com/sdk/sdk-3.0.0.js"></script>
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
|
|
@ -43,24 +50,13 @@
|
|||
|
||||
ga('create', 'UA-69470561-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" integrity="" href="assets/vendor-69116e5a2ecdac86e57c664fce4e61cb.css">
|
||||
<link rel="stylesheet" href="assets/huegasm-01103b95f4a55a1081cb4ec983ea95c5.css">
|
||||
|
||||
<script src="https://connect.soundcloud.com/sdk/sdk-3.0.0.js"></script>
|
||||
|
||||
<!--<script src="//apis.google.com/js/client.js"></script>-->
|
||||
<!--<script src="//www.youtube.com/iframe_api"></script>-->
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<script src="assets/vendor-affb1798b2dbcd635ce8241941785048.js"></script>
|
||||
<script src="assets/huegasm-8496f2a069f6f6d4dbb3e3f9b2582b0c.js"></script>
|
||||
<script src="assets/huegasm-4c4bd90910cc3cc65075b5eaf4ab09e0.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
|
|
|
|||
Reference in a new issue