Content deleted Content added
←Created page with '$(function codeEditorAssist() { let handleEditor = (editor, isEdit) => { if (isEdit && ['loading', 'loaded', 'executing', 'ready'].includes(mw.loader.getState...' |
No edit summary |
||
Line 1:
$(function codeEditorAssist() {
let handleEditor = (editor, isEdit) => {
section: 'main',
▲ mw.loader.load('oojs-ui.styles.icons-interactions');
group: 'codeeditor-style',
label: 'Open code editor settings',
}
}
}
}
});
});
let defSettings;
|