mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-08-07 04:33:14 -04:00
fix (#3888)
This commit is contained in:
2 files changed
+2
-2
No files matched your search
@@ -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>');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user