fix wrong editor id
This commit is contained in:
parent
e5beff9747
commit
0e1627414f
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
$(() => {
|
$(() => {
|
||||||
if (typeof jsToolBar === 'function') {
|
if (typeof jsToolBar === 'function') {
|
||||||
$('#disclaimer_text').each(function () {
|
$('#construction_message').each(function () {
|
||||||
const tbWidgetTextDisclaimer = new jsToolBar(this);
|
const tbWidgetTextDisclaimer = new jsToolBar(this);
|
||||||
tbWidgetTextDisclaimer.context = 'disclaimer_text';
|
tbWidgetTextDisclaimer.context = 'construction_message';
|
||||||
tbWidgetTextDisclaimer.draw('xhtml');
|
tbWidgetTextDisclaimer.draw('xhtml');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue