mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
Merge remote-tracking branch 'senky/ticket/15522' into 3.2.x
This commit is contained in:
commit
8ac4f52924
1 changed files with 1 additions and 1 deletions
|
@ -1656,7 +1656,7 @@ $(function() {
|
||||||
|
|
||||||
phpbb.registerPageDropdowns();
|
phpbb.registerPageDropdowns();
|
||||||
|
|
||||||
$('#color_palette_placeholder').each(function() {
|
$('[data-orientation]').each(function() {
|
||||||
phpbb.registerPalette($(this));
|
phpbb.registerPalette($(this));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue