mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 15:18:11 -05:00
Replace textchange with native input event
This commit is contained in:
@@ -26,7 +26,7 @@ $.fn.charCount = function(opts) {
|
||||
counter.text(opts.allowed - count);
|
||||
};
|
||||
|
||||
$this.on("textchange", update);
|
||||
$this.on("input", update);
|
||||
update();
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user