forked from jeanjack/fuz.web
5 lines
160 B
JavaScript
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();
|
||
|
|
||
|
});
|