From 0d14a7f784caea3064181e80ea8c8d06c6c912a9 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Mon, 27 Sep 2021 19:29:31 -0400 Subject: Initially scroll auto modal window to bottom QoL enhancement when posting updates to a ticket. Since the page reloads and has to open the ticket modal again, scrolling to the bottom automatically preserves the view and makes follow-up actions easier. Signed-off-by: Malfurious --- app/view/stdpage.php | 1 + 1 file changed, 1 insertion(+) 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"; -- cgit v1.2.3