delete modules before removing the old container
This commit is contained in:
@@ -5,6 +5,7 @@ const $document = $(document);
|
||||
const $window = $(window);
|
||||
const $html = $(document.documentElement).removeClass('has-no-js').addClass('has-js');
|
||||
const $body = $(document.body);
|
||||
const $barba = $('#js-barba-wrapper');
|
||||
|
||||
const isDebug = !!$html.data('debug');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user