Skip to content

Commit

Permalink
Fixed 404 error in console
Browse files Browse the repository at this point in the history
  • Loading branch information
explodingcamera committed May 14, 2016
1 parent de646bb commit 3f56028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
</div>
</div>
</div>
<div class="nail" style="background-image: url('https://i.ytimg.com/vi/{{h.song.cid}}/default.jpg')"></div>
<div class="nail" ng-style="{'background-image':'url(https://i.ytimg.com/vi/'+'{{h.song.cid}}'+'/default.jpg)'}"></div>
<div class="texts">
<p class="text sng" title="History Song Title" data-ng-bind="h.song.title"></p>
<p class="text dj" title="History Song DJ" style="{{makeUsernameStyleByRole(h.user.role)}}" data-ng-bind="h.user.un"></p>
Expand Down

0 comments on commit 3f56028

Please sign in to comment.