Skip to content

Commit

Permalink
[FIX] website_ab_testing: Prettier
Browse files Browse the repository at this point in the history
[FIX] website_ab_testing: Prettier
  • Loading branch information
tarteo committed Jan 29, 2021
1 parent 0ef27f8 commit 9379d83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website_ab_testing/static/src/js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ odoo.define("website_ab_testing.editor", function(require) {

start: function() {
var res = this._super.apply(this, arguments);
this.masterId = Number(this.$el.find('[data-master-variant="1"]').data("id"));
this.masterId = Number(
this.$el.find('[data-master-variant="1"]').data("id")
);
return res;
},

Expand Down

0 comments on commit 9379d83

Please sign in to comment.