Removed old html

This commit is contained in:
Sergio Bertolín 2016-06-08 11:11:30 +00:00
parent b8493629ae
commit 6bc7e3f92f
1 changed files with 3 additions and 2 deletions

View File

@ -42,8 +42,9 @@ $(document).ready(function () {
$('ul#listOfTrustedServers').prepend(
$('<li>')
.attr('id', data.id)
.attr('class', 'icon-delete')
.html('<span class="status indeterminate"></span>' + data.url)
.html('<span class="status indeterminate"></span>' +
data.url +
'<span class="icon icon-delete"></span>')
);
OC.msg.finishedSuccess('#ocFederationAddServer .msg', data.message);
})