[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
No known key found for this signature in database
GPG key ID: 6A7C328CD66EC21E

View file

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