summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/partials/audio.ejs (renamed from views/partials/player.ejs)2
-rw-r--r--views/partials/footer.ejs2
2 files changed, 2 insertions, 2 deletions
diff --git a/views/partials/player.ejs b/views/partials/audio.ejs
index 8e58ff1..9b7c58b 100644
--- a/views/partials/player.ejs
+++ b/views/partials/audio.ejs
@@ -1,5 +1,5 @@
<div id="audio"></div>
-<div id="audioPlayer" class="player">
+<div id="audioPlayer" class="player unloaded">
<div class="controls">
<div class="trackInfo row">
<div class='title'>
diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs
index 548b0bf..c12252c 100644
--- a/views/partials/footer.ejs
+++ b/views/partials/footer.ejs
@@ -1,5 +1,5 @@
</content>
-<% include ../partials/player %>
+<% include ../partials/audio %>
<% include ../partials/404 %>
</body>
<script type="text/json" id="preload" payload="<%= preload %>"></script>