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.
@ -382,15 +383,19 @@
<script type="text/javascript" src="/js/jquery.polyglot.language.switcher.js"></script> <script type="text/javascript" src="/js/jquery.polyglot.language.switcher.js"></script>
<script type="text/javascript" src="/js/jquery.avgrund.js"></script> <script type="text/javascript" src="/js/jquery.avgrund.js"></script>
<script> <script>
$(function() { $(function() {
$('#show').avgrund({ $(document).ready(function(){
holderClass: 'custom', setTimeout(function(){
showClose: true, $('#show').avgrund({
showCloseText: 'x', holderClass: 'custom',
onBlurContainer: 'body', // this is the body or the container of the most background code showClose: true,
template: $("#modal_popup") showCloseText: 'x',
onBlurContainer: 'body', // this is the body or the container of the most background code
template: $("#modal_popup")
}).click();
},2000);
});
}); });
});
</script> </script>
</body> </body>
</html> </html>

Loading…
Cancel
Save