1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Select All link for khtml

git-svn-id: file:///svn/phpbb/trunk@7276 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann
2007-04-03 17:06:21 +00:00
parent 0fb63d9892
commit d968538ded

View File

@@ -190,7 +190,7 @@ function selectCode(a)
// Safari
if (s.setBaseAndExtent)
{
s.setBaseAndExtent(e, 0, e, 1);
s.setBaseAndExtent(e, 0, e, e.innerText.length - 1);
}
// Firefox and Opera
else