Add "Move To End" icon

This commit is contained in:
bergware
2025-01-18 14:49:05 +01:00
parent d2c608fe7b
commit 83d735c10d

View File

@@ -1135,7 +1135,7 @@ $(function() {
});
}
$('form').append($('<input>').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 = [];