We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docs-index
1 parent 22989b0 commit ff5d738Copy full SHA for ff5d738
assets/javascripts/discourse/controllers/docs-index.js
@@ -58,7 +58,7 @@ export default class DocsIndexController extends Controller {
58
59
@on("init")
60
_setupFilters() {
61
- if (!this.site.mobileView) {
+ if (this.site.desktopView) {
62
this.set("expandedFilters", true);
63
}
64
this.setProperties({
0 commit comments