Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Litalino committed Dec 7, 2023
1 parent 5bb334d commit 4d430db
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion js/dist/admin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/dist/admin.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/dist/forum.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/dist/forum.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion js/src/admin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ app.initializers.add('litalino/flarum-adblock', () => {
//default: '',
type: 'select',
options: {
'content': 'content',
'#content': '#content',
'.sideNavContainer': '.sideNavContainer',
'.IndexPage-toolbar': '.IndexPage-toolbar',
},
default: 'content',
})
Expand Down
Loading

0 comments on commit 4d430db

Please sign in to comment.