mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°6759 - Small fixes
This commit is contained in:
@@ -77,7 +77,7 @@ editor.getSession().setValue(configurationSource.value);
|
||||
|
||||
editor.getSession().on('change', function()
|
||||
{
|
||||
configurationSource.val(editor.getSession().getValue());
|
||||
configurationSource.value = editor.getSession().getValue();
|
||||
EditorUtils.updateConfigEditorButtonState(editor);
|
||||
});
|
||||
editor.getSession().on("changeAnnotation", function()
|
||||
|
||||
Reference in New Issue
Block a user