You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js
wxiaoguang f5c97172f0
Bypass Firefox (iOS) bug (#20244)
* https://github.com/go-gitea/gitea/issues/20240

At the moment, Firefox (iOS) (10x) has an engine bug. See https://github.com/go-gitea/gitea/issues/20240
If a script inserts a newly created (and content changed) element into DOM, there will be a nonsense error event reporting: Script error: line 0, col 0.

This PR ignores such nonsense error event.

Fix #20240
3 years ago
..
components Auto merge pull requests when all checks succeeded via WebUI (#19648) 3 years ago
features Enable spellcheck for EasyMDE, use contenteditable mode (#19776) 3 years ago
markup Various Mermaid improvements (#18776) 3 years ago
standalone Add new JS linter rules (#17699) 3 years ago
testUtils Update JS dependencies (#19675) 3 years ago
bootstrap.js Bypass Firefox (iOS) bug (#20244) 3 years ago
index.js Prettify number of issues (#17760) 3 years ago
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055) 5 years ago
serviceworker.js Fix serviceworker output file and misc improvements (#11562) 5 years ago
svg.js Auto merge pull requests when all checks succeeded via WebUI (#19648) 3 years ago
svg.test.js Add copy button to markdown code blocks (#17638) 3 years ago
utils.js Prettify number of issues (#17760) 3 years ago
utils.test.js Prettify number of issues (#17760) 3 years ago