mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15522] Allow multiple color palettes on one page
PHPBB3-15522
This commit is contained in:
parent
d0143bec88
commit
3b28f620fc
1 changed files with 1 additions and 1 deletions
|
@ -1654,7 +1654,7 @@ $(function() {
|
|||
|
||||
phpbb.registerPageDropdowns();
|
||||
|
||||
$('#color_palette_placeholder').each(function() {
|
||||
$('[data-orientation]').each(function() {
|
||||
phpbb.registerPalette($(this));
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue