Skip to content

Commit

Permalink
[IMP] website : return super at start in visitorTimezone widget
Browse files Browse the repository at this point in the history
Task ID : 1936643
PR #34973
  • Loading branch information
dbeguin committed Sep 20, 2019
1 parent e153984 commit 90168b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/website/static/src/js/visitor_timezone.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ publicWidget.registry.visitorTimezone = publicWidget.Widget.extend({
}
});
}
return this._super.apply(this, arguments);
},
});

Expand Down

0 comments on commit 90168b3

Please sign in to comment.