summaryrefslogtreecommitdiffstats
path: root/app/view/stdpage.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/stdpage.php')
-rw-r--r--app/view/stdpage.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/view/stdpage.php b/app/view/stdpage.php
index 90e25d8..6ec7297 100644
--- a/app/view/stdpage.php
+++ b/app/view/stdpage.php
@@ -149,6 +149,7 @@ require_once "view/settings.php";
<script type="text/javascript">
$(window).on('load', function () {
$("<?=getAutoModal()?>").modal("show");
+ $("<?=getAutoModal()?>").animate({ scrollTop: $("<?=getAutoModal()?> .modal-dialog").height() }, 0);
});
</script>
<?php } ?>