diff --git a/management/templates/aliases.html b/management/templates/aliases.html index 2f01dfd9..69bc62c4 100644 --- a/management/templates/aliases.html +++ b/management/templates/aliases.html @@ -58,7 +58,7 @@
- + @@ -189,4 +189,10 @@ function aliases_remove(elem) { }); }); } - \ No newline at end of file + +function scroll_top() { + $('html, body').animate({ + scrollTop: $("#panel_aliases").offset().top + }, 1000); +} +