|
@@ -174,7 +174,7 @@ $(document).ready(function(){
|
|
|
|
|
|
|
|
// Automatically open popups if they have the display-modal class
|
|
// Automatically open popups if they have the display-modal class
|
|
|
// (the only/dirty way I found to force the opening of the popups is to trgigger the click on the link...)
|
|
// (the only/dirty way I found to force the opening of the popups is to trgigger the click on the link...)
|
|
|
- $('a.trigger-on-load').trigger('click');
|
|
|
|
|
|
|
+ $('.trigger-on-load').trigger('click');
|
|
|
|
|
|
|
|
});
|
|
});
|
|
|
|
|
|