This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/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
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