1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/15522] Allow multiple color palettes on one page

PHPBB3-15522
This commit is contained in:
Jakub Senko
2018-01-27 17:20:04 +01:00
parent d0143bec88
commit 3b28f620fc

View File

@@ -1654,7 +1654,7 @@ $(function() {
phpbb.registerPageDropdowns();
$('#color_palette_placeholder').each(function() {
$('[data-orientation]').each(function() {
phpbb.registerPalette($(this));
});