Merge remote-tracking branch 'senky/ticket/15522' into 3.2.x

This commit is contained in:
Marc Alexander 2018-02-19 07:54:39 +01:00
commit 8ac4f52924
No known key found for this signature in database
GPG key ID: 3E2708D6950C481A

View file

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