correct mistake in applying spin to refresh icon

This commit is contained in:
Oliver Gorwits
2013-09-23 11:21:48 +01:00
parent 25bc6d8f99
commit 3a3bf64f18
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ function port_control (e) {
td.data('action', 'up');
}
else if ($.trim(td.data('action')) == 'up') {
td.prev('td').html('<i class="icon-refresh"></i>');
td.prev('td').html('<i class="icon-refresh icon-spin"></i>');
$(e).toggleClass('icon-hand-up');
$(e).toggleClass('icon-hand-down');
$(e).data('tooltip').options.title = 'Click to Disable';