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/discourse
Robin Ward 5e110a5770 FIX: Search filters text was not able to be overridden
This is because the translations were being applied when the JS files
were parsed, which is before the overrides are loaded.

The solution is to return the filters in a function which is executed
when they are needed.
2020-10-29 16:01:00 -04:00
..
app FIX: Search filters text was not able to be overridden 2020-10-29 16:01:00 -04:00
tests REFACTOR: Replace global find with queryAll 2020-10-29 14:45:51 -04:00