1
0
Fork 0
astroport/www/LOVELand/astroport.frama.site/app/views/base/footer/footer.js

5 lines
160 B
JavaScript

$(document).ready(function(){
// the "href" attribute of the modal trigger must specify the modal ID that wants to be triggered
$('#login-modal').modal();
});