Remove unused console.log
This commit is contained in:
parent
61fe379b97
commit
8a370d52ab
1 changed files with 0 additions and 3 deletions
|
@ -68,9 +68,6 @@ document.addEventListener("DOMContentLoaded", function (event) {
|
||||||
}
|
}
|
||||||
|
|
||||||
editor.addEventListener('change', function(event) {
|
editor.addEventListener('change', function(event) {
|
||||||
console.log(editor.options);
|
|
||||||
console.log(editor.selectedIndex);
|
|
||||||
console.log(editor.options[editor.selectedIndex].text);
|
|
||||||
if (editor.options[editor.selectedIndex].text.toLowerCase().indexOf('autre') !== -1) {
|
if (editor.options[editor.selectedIndex].text.toLowerCase().indexOf('autre') !== -1) {
|
||||||
otherEditor.style.display = 'block';
|
otherEditor.style.display = 'block';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue