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