10 lines
144 B
JavaScript
10 lines
144 B
JavaScript
$(document).ready(function()
|
|
{
|
|
limitIframeLevel();
|
|
});
|
|
|
|
$('#tostory').click(function()
|
|
{
|
|
if(!confirm(confrimToStory)) return false;
|
|
});
|