Mercurial > zeropaste
annotate app/assets/javascripts/pastes.js @ 42:c91c994b22b9
Whitespace fix.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Thu, 04 Oct 2012 02:12:47 +0700 |
parents | a930c717654c |
children | 6a9e0c09bbd8 |
rev | line source |
---|---|
2 | 1 // Place all the behaviors and hooks related to the matching controller here. |
2 // All this logic will automatically be available in application.js. | |
39 | 3 |
4 $(document).ready(function() { | |
5 $('#reset_paste').click(function() { | |
6 $('#paste_paste').val(''); | |
7 $('#paste_paste').focus(); | |
8 return false; | |
9 }); | |
10 }) |