This commit is contained in:
maTh authored and GitHub committed 2021-10-16 13:14:18 +02:00
1 parent c23702eaa5
commit f934eb981e
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -25,7 +25,7 @@ function dragend_process(t) {
t.remove();
if (p.childElementCount <= 0) {
p.insertAdjacentHTML('beforeend', '<li class="item disabled" dropzone="move">' + context.i18n.category_empty + '</li>');
p.insertAdjacentHTML('beforeend', '<li class="item feed disabled" dropzone="move"><div class="alert-warn">' + context.i18n.category_empty + '</div></li>');
}
}
}