From 3c4eae3c94fd2369087cd3cc73e195cbc48fc433 Mon Sep 17 00:00:00 2001 From: arno Date: Sat, 7 Aug 2010 12:15:32 +0200 Subject: [PATCH] contentchange observer also observes onpaste events --- public/js/syj.js | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.2