6 lines
64 B
JavaScript
6 lines
64 B
JavaScript
$(function()
|
|
{
|
|
if(showGuide) $('#firstGuide').modal();
|
|
});
|
|
|