diff options
Diffstat (limited to 'templates/p.html')
-rw-r--r-- | templates/p.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/p.html b/templates/p.html index c6f6004..b595377 100644 --- a/templates/p.html +++ b/templates/p.html @@ -30,7 +30,7 @@ <div class="user"> {{.User}} </div> - <div class="remove">×</div> + <div class="remove" onclick="remove('{{.Yid}}')">×</div> <br class="clear"> <div class="thumb"> <img src="http://i.ytimg.com/vi/{{.Yid}}/1.jpg" alt="{{.Yid}}"> |