summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/pages/details.ejs6
-rw-r--r--views/partials/scripts.ejs5
2 files changed, 5 insertions, 6 deletions
diff --git a/views/pages/details.ejs b/views/pages/details.ejs
index daa028b..4dc8e21 100644
--- a/views/pages/details.ejs
+++ b/views/pages/details.ejs
@@ -7,7 +7,7 @@
<script class="template" type="text/html">
<tr>
<td class="user">
- <a href="/profile/{{username}}"><img src="//www.carbonpictures.com/bucky/data/profile/.thumb/al.{{username}}.jpg"></a>
+ <a href="/profile/{{username}}"><img src="//www.carbonpictures.com/bucky/data/profile/.thumb/al.{{username}}.jpg"></a><br>
<a href="/profile/{{username}}">{{username}}</a>
</td>
<td colspan="2" class="comment">
@@ -27,11 +27,13 @@
</script>
</table>
+ <div id="audio"></div>
+
<table id="files">
<script class="template" type="text/html">
<tr class="row">
<td>
- <a href="{{link}}">{{filename}}</a>
+ <a href="{{link}}" class="file">{{filename}}</a>
</td>
<td class="{{date_class}}">
{{date}}
diff --git a/views/partials/scripts.ejs b/views/partials/scripts.ejs
index d02ca8d..ba55d74 100644
--- a/views/partials/scripts.ejs
+++ b/views/partials/scripts.ejs
@@ -20,11 +20,8 @@
<script src="/assets/js/lib/views/index/threadbox.js"></script>
<script src="/assets/js/lib/views/details/index.js"></script>
+<script src="/assets/js/lib/views/details/audio.js"></script>
<script src="/assets/js/lib/views/details/comments.js"></script>
<script src="/assets/js/lib/views/details/files.js"></script>
<script src="/assets/js/index.js"></script>
-
-<!--
-<script type="text/javascript" src="http://www.youtube.com/player_api"></script>
- -->