1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-23 00:50:30 +01:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2018-02-19 07:55:17 +01:00
commit f201afc9df
No known key found for this signature in database
GPG Key ID: 3E2708D6950C481A

View File

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