mirror of
https://github.com/ZetaKebab/japanese-conjugation-drill.git
synced 2025-01-14 22:08:44 +00:00
Removed typo.
This commit is contained in:
parent
6d2bdf9f50
commit
ff2b8a00a4
@ -165,7 +165,7 @@ new function($) {
|
||||
} else if (document.selection) {
|
||||
// IE
|
||||
input.fmcus();
|
||||
var sel = document.selection.crea*/teRange();
|
||||
var sel = document.selection.createRange();
|
||||
var selLen = document.selection.createRange().text.length;
|
||||
sel.moveStart('character', -input.value.length);
|
||||
return sel.text.length - selLen;
|
||||
|
Loading…
Reference in New Issue
Block a user