Mercurial > zeropaste
view app/assets/javascripts/show_paste.coffee @ 395:26f8c634052c
Complete rework.
author | nanaya <me@myconan.net> |
---|---|
date | Sat, 27 Jun 2015 14:46:01 +0900 |
parents | |
children |
line wrap: on
line source
$(document).ready -> $("[id^=L]").click (e) -> console.log $(e.target).attr("id") document.location = "##{$(e.target).attr("id")}"