Skip to content

Commit

Permalink
Fix missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
Mardl committed Apr 29, 2019
1 parent b23dddf commit 9b69ecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions view/frontend/web/js/country_modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ define([
// only init modal dialog if necessary
modal(options, this.element);
this.element.removeClass('hide-country-popup');
setTimeout(function () {
that.element.modal('openModal', true);
if (!that.options.show_modal_overlay) {
$('.hint-country-modal').addClass('no-overlay');
Expand Down

0 comments on commit 9b69ecf

Please sign in to comment.