diff --git a/web/root/pages/001-forum.ssjs b/web/root/pages/001-forum.ssjs index 63562dc48c5f3867579dc2c0b266e12cac2a7232..c403c6b5cd2851ee29d9932a5e6f8a2f1ae10b22 100644 --- a/web/root/pages/001-forum.ssjs +++ b/web/root/pages/001-forum.ssjs @@ -285,7 +285,7 @@ if (typeof http_request.query.sub !== 'undefined' && '<a href="./?page=%s&sub=%s" class="list-group-item striped%s">' + '<h4><strong>%s</strong></h4>' + '<span title="Unread messages" class="badge %s" id="badge-%s">' + - '<img src="./images/ajax-loader-small.gif">' + + //'<img src="./images/ajax-loader-small.gif">' + '</span>' + '<p>%s</p>' + '</a>', @@ -344,10 +344,10 @@ if (typeof http_request.query.sub !== 'undefined' && '<a href="./?page=%s&group=%s" class="list-group-item striped">' + '<h3><strong>%s</strong></h3>' + '<span title="Unread messages (other)" class="badge ignored" id="badge-ignored-%s">' + - '<img src="./images/ajax-loader-small.gif">' + + //'<img src="./images/ajax-loader-small.gif">' + '</span>' + '<span title="Unread messages (scanned subs)" class="badge scanned" id="badge-scanned-%s">' + - '<img src="./images/ajax-loader-small.gif">' + + //'<img src="./images/ajax-loader-small.gif">' + '</span>' + '<p>%s : %s sub-boards</p>' + '</a>',