48a993d067
The User Manager now uses dyntmpl. panel_groups.html now uses dyntmpl. HTMLID is now optional in panel.html Moved the inline JS in panel_forum_edit.html into panel_forum_edit.js Removed the legacy indents from panel_analytics_referrers.
5 lines
154 B
JavaScript
5 lines
154 B
JavaScript
(() => {
|
|
addInitHook("end_init", () => {
|
|
formVars = {'perm_preset': ['can_moderate','can_post','read_only','no_access','default','custom']};
|
|
});
|
|
})(); |