Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2017-04-24 08:26:39 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-04-24 08:26:39 +0300
commit968eac0a9ae7817594b27e3953eafa0dc6c3f9da (patch)
treefbcdcac9468a0b76964b696fb479d07d1e3ff1f7 /layouts/partials
parent01ce7d2b3b88447a5ad299e61c69e7c69985e6d7 (diff)
Implement the rest of audio-js
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/footer_scripts.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/partials/footer_scripts.html b/layouts/partials/footer_scripts.html
index ebf9cbb..43c418c 100644
--- a/layouts/partials/footer_scripts.html
+++ b/layouts/partials/footer_scripts.html
@@ -13,4 +13,13 @@
}],
});
</script>
+<script>
+audiojs.events.ready(function() {
+ var as = audiojs.createAll({
+ imageLocation: '/img/player-graphics.gif',
+ retinaImageLocation: '/img/player-graphics@2x.gif',
+ swfLocation: '/swf/audiojs.swf'
+ });
+ });
+</script>
{{ template "_internal/google_analytics_async.html" . }}