diff --git a/views/player.ejs b/views/player.ejs index e867c70..b7181db 100644 --- a/views/player.ejs +++ b/views/player.ejs @@ -28,8 +28,10 @@
<%= videoData.desc %>
- - - - <%- include('comments.ejs') -%> - <%- include('footer.ejs') -%> \ No newline at end of file + <%if (username==videoData.username) { %> + + <% } %> + + + <%- include('comments.ejs') -%> + <%- include('footer.ejs') -%> \ No newline at end of file