discourse/app/assets/javascripts/discourse-common/addon
Jarek Radosz 057d6b406d
DEV: Extensively use `includes()` (#17541)
Also, the change in insert-hyperlink (from `this.linkUrl.indexOf("http") === -1` to `!this.linkUrl.startsWith("http")`) was intentional fix: we don't want to prevent users from looking up topics with http in their titles.
2022-07-17 20:48:36 +02:00
..
config DEV: add deprecation notice to `isLegacyEmber` (#17186) 2022-06-21 14:08:12 -05:00
helpers DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
lib DEV: Extensively use `includes()` (#17541) 2022-07-17 20:48:36 +02:00
utils DEV: Extensively use `includes()` (#17541) 2022-07-17 20:48:36 +02:00
.gitkeep
resolver.js FIX: Allow connector template names to be camelCase (#17371) 2022-07-07 12:42:23 +01:00