summaryrefslogtreecommitdiff
path: root/js/Article.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Article.js')
-rw-r--r--js/Article.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/Article.js b/js/Article.js
index 4388b41e6..5f882a59f 100644
--- a/js/Article.js
+++ b/js/Article.js
@@ -283,7 +283,9 @@ const Article = {
row.setAttribute("data-content", row.getAttribute("data-content-original"));
row.removeAttribute("data-content-original");
- row.querySelector(".content-inner").innerHTML = " ";
+ row.querySelector(".content-inner").innerHTML = `<div class="text-center">
+ <img class="icon-unpack-pending" src="${App.getInitParam('icon_three_dots')}">
+ </div>`
}
},
view: function (id, no_expand) {