mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_dialog_size js warnings
This commit is contained in:
committed by
Andreas Perhab
parent
0ee2bcec25
commit
e90bfae7aa
@@ -53,7 +53,7 @@ odoo.define('web_environment_ribbon.ribbon', function (require) {
|
||||
ribbon.css('color', ribbon_data.color);
|
||||
}
|
||||
// Ribbon background color
|
||||
if (ribbon_data.background_color &&
|
||||
if (ribbon_data.background_color &&
|
||||
validStrColour(ribbon_data.background_color)) {
|
||||
ribbon.css('background-color', ribbon_data.background_color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user