fix
This commit is contained in:
parent
dea5bebe7d
commit
c1682ab23c
@ -1604,6 +1604,7 @@
|
|||||||
QR.stats();
|
QR.stats();
|
||||||
$.add(d.body, qr);
|
$.add(d.body, qr);
|
||||||
ta = $('textarea', qr);
|
ta = $('textarea', qr);
|
||||||
|
ta.value = text;
|
||||||
l = text.length;
|
l = text.length;
|
||||||
ta.setSelectionRange(l, l);
|
ta.setSelectionRange(l, l);
|
||||||
return ta.focus();
|
return ta.focus();
|
||||||
|
|||||||
@ -1192,6 +1192,7 @@ QR =
|
|||||||
QR.stats()
|
QR.stats()
|
||||||
$.add d.body, qr
|
$.add d.body, qr
|
||||||
ta = $ 'textarea', qr
|
ta = $ 'textarea', qr
|
||||||
|
ta.value = text
|
||||||
l = text.length
|
l = text.length
|
||||||
ta.setSelectionRange l, l
|
ta.setSelectionRange l, l
|
||||||
ta.focus()
|
ta.focus()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user