]> git.ipfire.org Git - ipfire.org.git/commitdiff
Drop unused JS on index page
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Oct 2018 11:27:33 +0000 (12:27 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Oct 2018 11:27:33 +0000 (12:27 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/index.html

index 2d7df1904d48f882a0c07afe94cfe72d3479345c..60071b8a09407244ea3e351185f24c870d6270eb 100644 (file)
                        </div>
                </div>
        </section>
-<script>
-$(document).ready(function () {
-       $('.scroll').on('click', function(event) {
-                       event.preventDefault();
-                       $('html, body').stop().animate({
-                               scrollTop: $('#features').offset().top -72
-                       }, 1000);
-       });
-});
-</script>
 {% end block %}