Dan Phillips
D'oh! Don't know why I didn't check that. Yes, when clicking the editor button, this pops up:
template.min.js?a92535:4 Uncaught TypeError: Cannot read properties of null (reading 'children')
at template.min.js?a92535:4:1080
(anonymous) @ template.min.js?a92535:4
The line in question is:
headerExpandedItems = [].slice.call(headerItemsArea.children).filter(e => e.classList.contains("header-item"))
…and when clicking one of the templates, this pops up:
Uncaught TypeError: Cannot read properties of undefined (reading 'values')
at Object.insertData (button.min.js?a92535:7:1518)
at eval (eval at <anonymous> (script.min.js?a92535:8:126), <anonymous>:1:54)
at script.min.js?a92535:8:126
at request.onreadystatechange (script.min.js?a92535:10:18)
insertData @ button.min.js?a92535:7
eval @ VM193:1
(anonymous) @ script.min.js?a92535:8
request.onreadystatechange @ script.min.js?a92535:10
XMLHttpRequest.send
(anonymous) @ script.min.js?a92535:10
loadUrl @ script.min.js?a92535:8
loadAjax @ script.min.js?a92535:8
insert @ button.min.js?a92535:7
onclick @ index.php?rl_qp=1&class=Plugin.EditorButton.ContentTemplater.Popup&editor=comments&id=cat-Skip&article_id=0&tmpl=component&request=eyJ2aWV3IjoiYXJ0aWNsZSIsImlkIjoiNDQ4OToyMDI0LWZhbGwtNDgiLCJjYXRpZCI6IjEwOmJyYXNzLWFyZWEtcmVwZXJ0b2lyZS1yZWNvcmQiLCJmb3JtIjp7InJlcXVlc3QiOiI1NzcifSwib3B0aW9uIjoiY29tX2NvbnRlbnQiLCJJdGVtaWQiOjEwMX0=&4143161915f39d2e6b688669fcee65c2=1&filter[category]=Skip:248Understand this errorAI
…and that's when the action stops.