Mercurial > zeropaste
view app/assets/javascripts/new_paste.coffee @ 389:433bc70e1781
Style up Pastes#show a bit.
author | nanaya <me@myconan.net> |
---|---|
date | Sun, 07 Jun 2015 13:05:31 +0900 |
parents | 7ba798dee39d |
children |
line wrap: on
line source
$(document).on "click", "#reset_paste", (e) -> e.preventDefault() $("#paste_paste") .val("") .focus()