Line 19: | Line 19: | ||
<script> | <script> | ||
+ | setTimeout(function(){ | ||
$(".body").append($("#bigmaindiv")); | $(".body").append($("#bigmaindiv")); | ||
$('#top_title').remove(); | $('#top_title').remove(); | ||
$('#bigmaindiv').insertBefore('#content'); | $('#bigmaindiv').insertBefore('#content'); | ||
− | + | }, 2000); | |
</script> | </script> | ||
<style> | <style> |
Revision as of 08:57, 15 July 2018