mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-06 21:29:15 +02:00
fix admin reconnect icon
This commit is contained in:
@@ -162,7 +162,7 @@ app = window.app || {};
|
||||
const reconnectEl = $('#reconnect');
|
||||
const reconnectAlert = $('#reconnect-alert');
|
||||
|
||||
reconnectEl.tooltip('destroy');
|
||||
reconnectEl.tooltip('dispose');
|
||||
reconnectEl.html('<i class="fa fa-check text-success"></i>');
|
||||
reconnectAlert.addClass('hide');
|
||||
reconnecting = false;
|
||||
|
||||
@@ -168,7 +168,7 @@
|
||||
{{{ end }}}
|
||||
|
||||
<li class="reconnect-spinner">
|
||||
<a href="#" id="reconnect" class="hide" title="[[admin/menu:connection-lost, {title}]]">
|
||||
<a href="#" id="reconnect" class="hide" title="[[admin/menu:connection-lost, {title}]]" data-bs-toggle="tooltip" data-bs-placement="bottom">
|
||||
<i class="fa fa-check"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user