fixed page without edlp_theme beahaviours not booted

This commit is contained in:
2018-04-24 20:59:31 +02:00
parent cfaa928600
commit 3e43f73411
9 changed files with 7402 additions and 148 deletions
@@ -1552,6 +1552,8 @@
$(document).ready(function($) {
if(drupalSettings.path.isFront){
var edlptheme = new EdlpTheme();
}else{
$('body').attr('booted', 'booted');
}
});