discourse/app/assets
Joffrey JAFFEUX 4b1b135ede
FIX: handles boolean with popupMenuOption (#7299)
Handle the case of https://github.com/discourse/DiscoTOC doing this kind of setup:

```
return {
    action: "insertDtoc",
    icon: "align-left",
    label: themePrefix("insert_table_of_contents"),
    condition: !composerController.get("model.canCategorize")
  };
```

In this case there's no function to call, it's already set.
2019-04-01 16:08:14 +02:00
..
images FIX: images:compress rake task 2019-03-15 15:23:57 +01:00
javascripts FIX: handles boolean with popupMenuOption (#7299) 2019-04-01 16:08:14 +02:00
stylesheets DEV: removes old dashboard (#7295) 2019-04-01 12:39:49 +02:00