mirror of
https://github.com/unraid/webgui.git
synced 2026-05-07 04:41:03 -05:00
bb87d4d370
- Introduced a new debounce function in HeadInlineJS.php to optimize function calls by limiting the rate at which a function can fire. - This enhancement aims to improve performance in scenarios where rapid function calls may occur, such as during user input events.