mirror of
https://gitee.com/gitea/gitea
synced 2025-11-07 01:50:26 +08:00
The $-function is unreachable in the previous implementation because jQuery is not loaded yet. I fix this by executing the function after the content is loaded, so jQuery is loaded at the time of execution and the call will not fail anymore. Signed-off-by: Felix Nehrke <felix@nehrke.info>