Use the jQuery way to empty the element

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-11-28 10:50:46 +01:00
Родитель 8028311ae5
Коммит ff8193de8f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -224,8 +224,8 @@
//Remove previous icon, avatar or link from emptycontent
var $emptyContentIcon = $('#emptycontent-icon');
$emptyContentIcon.attr('class', '');
$emptyContentIcon.innerHTML = '';
$emptyContentIcon.attr('class', '')
.empty();
$('#shareRoomInput').addClass('hidden');
$('#shareRoomClipboardButton').addClass('hidden');