1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

fixed two bugs... bye bye easter-egg (i think it is time to invent a new one. ;)).

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3696 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2003-03-20 23:41:07 +00:00
parent af2aa0caf2
commit 05ad53f5ab
3 changed files with 5 additions and 2 deletions

View File

@@ -135,6 +135,7 @@ function bbfontstyle(bbopen, bbclose) {
function bbstyle(bbnumber) {
var txtarea = document.post.message;
txtarea.focus();
donotinsert = false;
theSelection = false;
bblast = 0;