Add auto scroll on poi editor page

This commit is contained in:
leosw
2020-05-16 22:41:24 +04:00
parent 5242999ba0
commit ea33a110d7
4 changed files with 9 additions and 2 deletions

View File

@@ -36,6 +36,12 @@
</form>
</section>
<script type="text/javascript">
$( "#slide-icon" ).click(function() {
$( "html, body" ).animate({scrollTop: "300px"});
});
</script>
<? include('blocks/d.footer.html'); ?>
</div>
</body>