diff options
Diffstat (limited to 'p/scripts')
| -rw-r--r-- | p/scripts/category.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/scripts/category.js b/p/scripts/category.js index d412bd6fb..1730f66db 100644 --- a/p/scripts/category.js +++ b/p/scripts/category.js @@ -25,7 +25,7 @@ function dragend_process(t) { if (p.childElementCount <= 1) { p.insertAdjacentHTML('afterbegin', - '<li class="item feed disabled"><div class="alert-warn">' + context.i18n.category_empty + '</div></li>'); + '<li class="item feed disabled emptyCategory"><div class="alert-warn">' + context.i18n.category_empty + '</div></li>'); } } } |
