diff --git a/Bootstrap.Admin/wwwroot/js/online.js b/Bootstrap.Admin/wwwroot/js/online.js
index 69cb642a..f080e5c9 100644
--- a/Bootstrap.Admin/wwwroot/js/online.js
+++ b/Bootstrap.Admin/wwwroot/js/online.js
@@ -46,13 +46,13 @@ $(function () {
}).join('');
content = content === '' ?
'已断开' :
- $.format('
', content);
+ $.format('', content);
$this.popover({ content: content, placement: $(window).width() < 768 ? 'top' : 'left' });
$this.popover('show');
}
});
}
- }).on('mouseup', 'button[data-id]', function(){
+ }).on('mouseup', 'button[data-id]', function () {
$(this).focus();
});