mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Select All link for khtml
git-svn-id: file:///svn/phpbb/trunk@7276 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
0fb63d9892
commit
d968538ded
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ function selectCode(a)
|
||||||
// Safari
|
// Safari
|
||||||
if (s.setBaseAndExtent)
|
if (s.setBaseAndExtent)
|
||||||
{
|
{
|
||||||
s.setBaseAndExtent(e, 0, e, 1);
|
s.setBaseAndExtent(e, 0, e, e.innerText.length - 1);
|
||||||
}
|
}
|
||||||
// Firefox and Opera
|
// Firefox and Opera
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue