1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-01 14:56:30 +00:00
gitea/web_src/js
wxiaoguang f5c97172f0
Bypass Firefox (iOS) bug ()
* 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 
2022-07-05 13:27:13 +01:00
..
components Auto merge pull requests when all checks succeeded via WebUI () 2022-06-11 16:44:20 +02:00
features Enable spellcheck for EasyMDE, use contenteditable mode () 2022-06-29 01:52:58 +08:00
markup Various Mermaid improvements () 2022-02-16 11:28:29 +08:00
standalone Add new JS linter rules () 2021-11-22 16:19:01 +08:00
testUtils Update JS dependencies () 2022-05-10 21:44:36 +02:00
bootstrap.js Bypass Firefox (iOS) bug () 2022-07-05 13:27:13 +01:00
index.js Prettify number of issues () 2022-06-12 20:08:23 +08:00
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations () 2020-04-18 18:46:29 -04:00
serviceworker.js Fix serviceworker output file and misc improvements () 2020-05-24 08:36:40 +01:00
svg.js Auto merge pull requests when all checks succeeded via WebUI () 2022-06-11 16:44:20 +02:00
svg.test.js Add copy button to markdown code blocks () 2021-11-16 16:16:05 +08:00
utils.js Prettify number of issues () 2022-06-12 20:08:23 +08:00
utils.test.js Prettify number of issues () 2022-06-12 20:08:23 +08:00