Skip to content
Snippets Groups Projects
Commit 7580c12d authored by echicken's avatar echicken :chicken:
Browse files

Get rid of the loading icon for now

parent 70d4718c
No related branches found
No related tags found
No related merge requests found
......@@ -285,7 +285,7 @@ if (typeof http_request.query.sub !== 'undefined' &&
'<a href="./?page=%s&amp;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&amp;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>',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment