diff --git a/src/web/HTMLOperation.mjs b/src/web/HTMLOperation.mjs index 3f59dc48..11f9be12 100755 --- a/src/web/HTMLOperation.mjs +++ b/src/web/HTMLOperation.mjs @@ -46,7 +46,7 @@ class HTMLOperation { * @returns {string} */ toStubHtml(removeIcon) { - let html = "
  • ${titleFromWikiLink(this.infoURL)}` : ""; @@ -60,6 +60,8 @@ class HTMLOperation { if (removeIcon) { html += "delete"; + } else if (!removeIcon && window.innerWidth < this.app.breakpoint ){ + html += "check"; } html += "
  • ";