diff options
author | raylu <raylu@mixpanel.com> | 2011-08-06 04:14:13 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-08-06 04:14:13 -0700 |
commit | 4639fcf237c9ba232dd4d8d826731cc33d678e8e (patch) | |
tree | 84aa0dd93095469c31816beb8f4174a488c8ca67 /templates | |
parent | c96ff0fd7d0f8068dfdfd3689a372b9348f241b9 (diff) | |
download | audioaxis-4639fcf237c9ba232dd4d8d826731cc33d678e8e.tar.xz |
remove works
Diffstat (limited to 'templates')
-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}}"> |