mirror of https://github.com/gogs/gogs.git
## Describe the pull request A simple fix in public/js/gogs.js making bug upload not result in a timeout (added just one line) Link to the issue: closes https://github.com/gogs/gogs/issues/6149 ## Test plan - Set the max_size of `attachment` to a high number ```toml [release.attachment] ENABLED = true ALLOWED_TYPES = */* MAX_SIZE = 512 MAX_FILES = 20 ``` - Upload a file to releases  It doesn't randomly timeout! |
||
---|---|---|
.. | ||
libs | ||
gogs.js | ||
jquery-3.6.0.min.js | ||
semantic-2.4.2.min.js |