Skip to content

Commit

Permalink
Merge pull request #308 from wordish/increase-default-sitelist-to-all
Browse files Browse the repository at this point in the history
Change default sitelist to all
  • Loading branch information
aembler authored Sep 27, 2023
2 parents bbd03af + b384851 commit c498152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/cms/js/sitemap/sitemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
})
}

var menuSelect = new TomSelect($menu.get(0))
var menuSelect = new TomSelect($menu.get(0), { maxOptions: null })

menuSelect.on('change', function (treeID) {
var source = my.getTree().options.source
Expand Down

0 comments on commit c498152

Please sign in to comment.