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