removed unnecessary newline

This commit is contained in:
Christoph
2021-09-28 14:20:04 +02:00
committed by GitHub
parent 630d5347f9
commit 2de4d23db0

View File

@@ -1264,8 +1264,7 @@ $(function() {
}
$('.advancedview').change(function () {
if
($(this).is(':checked')) {
if ($(this).is(':checked')) {
setTimeout(function() {
editor.refresh();
}, 100);