discourse/app/assets/javascripts/pretty-text/addon
David Taylor 293467a37a
REFACTOR: Remove jquery usage from resolveAllShortUrls, and fix debounce
- This function now requires an explicit scope. It will never run on the entire document.

- Previously debounce was being used with an anonymous function, which means it was having no effect.
2020-06-05 17:15:14 +01:00
..
emoji DEV: Replace version.js.erb with pre generated file 2020-05-11 15:43:09 -04:00
engines FIX: allows to have custom emoji translation without static file (#9893) 2020-05-27 20:11:52 +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 REFACTOR: removes various assignments and superfluous params (#9699) 2020-05-08 09:19:48 +02: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 REFACTOR: Remove jquery usage from resolveAllShortUrls, and fix debounce 2020-06-05 17:15:14 +01:00
white-lister.js
xss.js