X-Git-Url: https://dev.renevier.net/gitweb.cgi?a=blobdiff_plain;f=public%2Fjs%2Fsyj.js;h=db4259e497c33389df77c19349749c79deb29650;hb=3c4eae3c94fd2369087cd3cc73e195cbc48fc433;hp=e6f8537c3b8f4bf9db0748c8b787dc822343f906;hpb=6de538be97fdd9e9c014e9ee0773b3045d8769d6;p=syj.git diff --git a/public/js/syj.js b/public/js/syj.js index e6f8537..db4259e 100644 --- a/public/js/syj.js +++ b/public/js/syj.js @@ -9,6 +9,7 @@ Element.addMethods('input', { } handler.apply(null, arguments); }); + proceed(element, 'paste', handler); return proceed(element, 'change', handler); } return proceed(element, eventName, handler);