discourse/app/assets/javascripts/pretty-text/addon
Martin Brennan 9022e4516f
FIX: Remove unnecessary audio/video parent element load (#10511)
Meta report: https://meta.discourse.org/t/sending-many-requests-for-video-audio-upload-while-editing-post/161487

When typing in the composer we are sending a lot of unnecessary load() requests for the video/audio elements. This line was added months ago before we improved previewing/video thumbnails, which have improved things, so it is no longer required. After removing this line everything still works and no more additional requests are sent.
2020-08-24 13:18:38 +10:00
..
emoji DEV: Replace version.js.erb with pre generated file 2020-05-11 15:43:09 -04:00
engines DEV: Fix a function name typo 2020-07-27 11:22:57 +02:00
censored-words.js
emoji.js FIX: allows to have custom emoji translation without static file (#9893) 2020-05-27 20:11:52 +02:00
guid.js
inline-oneboxer.js
oneboxer-cache.js
oneboxer.js FIX: use allowlist and blocklist terminology (#10209) 2020-07-27 10:23:54 +10:00
pretty-text.js FIX: allows to have custom emoji translation without static file (#9893) 2020-05-27 20:11:52 +02:00
sanitizer.js
upload-short-url.js FIX: Remove unnecessary audio/video parent element load (#10511) 2020-08-24 13:18:38 +10:00
white-lister.js FEATURE: Allow picture HTML element in posts 2020-07-28 20:26:32 -03:00
xss.js