aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/editor.js
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-04-05 01:52:31 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-04-05 01:52:31 +0000
commit35e6a47c6ad245d460627b128e160e10cba752b9 (patch)
tree8ab793a2d6336eaa284e54e40743e9c7dba638cf /phpBB/adm/style/editor.js
parent3eec9b84d1c9eab8262f976a4efe07d36bdc0265 (diff)
downloadforums-35e6a47c6ad245d460627b128e160e10cba752b9.tar
forums-35e6a47c6ad245d460627b128e160e10cba752b9.tar.gz
forums-35e6a47c6ad245d460627b128e160e10cba752b9.tar.bz2
forums-35e6a47c6ad245d460627b128e160e10cba752b9.tar.xz
forums-35e6a47c6ad245d460627b128e160e10cba752b9.zip
#9618
git-svn-id: file:///svn/phpbb/trunk@7280 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/editor.js')
-rw-r--r--phpBB/adm/style/editor.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/style/editor.js b/phpBB/adm/style/editor.js
index 51634a60cd..2f490f4746 100644
--- a/phpBB/adm/style/editor.js
+++ b/phpBB/adm/style/editor.js
@@ -299,6 +299,7 @@ function colorPalette(dir, width, height)
{
var r = 0, g = 0, b = 0;
var numberList = new Array(6);
+ var color = '';
numberList[0] = '00';
numberList[1] = '40';