mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/11712] Fixing typo in editor.js
PHPBB3-11712
This commit is contained in:
@@ -301,7 +301,7 @@ function colorPalette(dir, width, height) {
|
|||||||
var r = 0,
|
var r = 0,
|
||||||
g = 0,
|
g = 0,
|
||||||
b = 0,
|
b = 0,
|
||||||
numberList = new Array(6);
|
numberList = new Array(6),
|
||||||
color = '',
|
color = '',
|
||||||
html = '';
|
html = '';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user