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

5 lines
160 B
JavaScript
Raw Normal View History

2020-05-22 22:59:04 +02:00
$(document).ready(function(){
// the "href" attribute of the modal trigger must specify the modal ID that wants to be triggered
$('#login-modal').modal();
});