Update download.php

master
SrPatinhas 10 years ago
parent 41d79b545b
commit 50bd2c4bc2

@ -350,6 +350,7 @@
</section> </section>
</div> </div>
<a href="#" id="show" style="display:none"></a>
<div id="modal_popup"> <div id="modal_popup">
<div class="header-modal"> <div class="header-modal">
Help us the spread the world, a new version is coming soon. Help us the spread the world, a new version is coming soon.
@ -383,12 +384,16 @@
<script type="text/javascript" src="/js/jquery.avgrund.js"></script> <script type="text/javascript" src="/js/jquery.avgrund.js"></script>
<script> <script>
$(function() { $(function() {
$(document).ready(function(){
setTimeout(function(){
$('#show').avgrund({ $('#show').avgrund({
holderClass: 'custom', holderClass: 'custom',
showClose: true, showClose: true,
showCloseText: 'x', showCloseText: 'x',
onBlurContainer: 'body', // this is the body or the container of the most background code onBlurContainer: 'body', // this is the body or the container of the most background code
template: $("#modal_popup") template: $("#modal_popup")
}).click();
},2000);
}); });
}); });
</script> </script>

Loading…
Cancel
Save