mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
Merge remote-tracking branch 'cyberalien/ticket/11712' into develop
* cyberalien/ticket/11712: [ticket/11712] Fixing typo in editor.js
This commit is contained in:
commit
29322e85ff
1 changed files with 1 additions and 1 deletions
|
@ -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 = '';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue