Browse Source

Correct indentation

Correct [Error/indent]
pull/1206/head
InfernalLV 5 years ago
committed by GitHub
parent
commit
d6d92744d2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web_timeline/static/src/js/timeline_renderer.js

2
web_timeline/static/src/js/timeline_renderer.js

@ -421,7 +421,7 @@ odoo.define('web_timeline.TimelineRenderer', function (require) {
group = -1;
}
_.each(self.colors, function (color) {
if (py.PY_isTrue(py.evaluate(color.ast, evt))) {
if (py.PY_isTrue(py.evaluate(color.ast, evt))) {
self.color = color.color;
}
});

Loading…
Cancel
Save