From 83d735c10dd8d04512720f6299052cb5a4e3b36e Mon Sep 17 00:00:00 2001 From: bergware Date: Sat, 18 Jan 2025 14:49:05 +0100 Subject: [PATCH] Add "Move To End" icon --- emhttp/plugins/dynamix/include/DefaultPageLayout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix/include/DefaultPageLayout.php b/emhttp/plugins/dynamix/include/DefaultPageLayout.php index 495362b02..5ff596d5d 100644 --- a/emhttp/plugins/dynamix/include/DefaultPageLayout.php +++ b/emhttp/plugins/dynamix/include/DefaultPageLayout.php @@ -1135,7 +1135,7 @@ $(function() { }); } $('form').append($('').attr({type:'hidden', name:'csrf_token', value:csrf_token})); - setTimeout(function(){if ($(document).height() > $(window).height()) $('.move_to_end').fadeIn(scrollDuration);},2000); + setInterval(function(){if ($(document).height() > $(window).height()) $('.move_to_end').fadeIn(scrollDuration);},250); }); var gui_pages_available = [];