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/app/controllers/badges
Jarek Radosz c3045e6828
FIX: Don't try to load badges if there none left (#13695)
Converted `actions` hash to `@action` and added:

```
if (!this.canLoadMore) {
  return;
}
```
2021-07-14 14:42:31 +10:00
..
index.js DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
show.js FIX: Don't try to load badges if there none left (#13695) 2021-07-14 14:42:31 +10:00