mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 17:45:34 +08:00
FIX: Missing semicolon
This commit is contained in:
parent
b240437b6f
commit
3914f746b8
@ -166,7 +166,7 @@ createWidget('header-buttons', {
|
||||
|
||||
const forceContextEnabled = ['category', 'user', 'private_messages'];
|
||||
|
||||
let additionalPanels = []
|
||||
let additionalPanels = [];
|
||||
export function attachAdditionalPanel(name, toggle, transformAttrs) {
|
||||
additionalPanels.push({ name, toggle, transformAttrs });
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user