discourse/app/assets
Joffrey JAFFEUX 89f1bb7d2a
FIX: with vanilla js .href and getAttribute("href") are not equal (#12609)
With a link having an empty href: `<a href>foo</a>` doing
`element.href` will give you the URL of the document, to get the same behavior than `$(element).attr("href")` and get "" you need to do `element.getAttribute("href")`
2021-04-06 00:36:28 +02:00
..
images Optimize assets/images 2020-11-17 09:53:33 -05:00
javascripts FIX: with vanilla js .href and getAttribute("href") are not equal (#12609) 2021-04-06 00:36:28 +02:00
stylesheets A11Y: make th keyboard accessible + aria attribs (#11895) 2021-04-01 14:19:59 -04:00