зеркало из https://github.com/nextcloud/spreed.git
Use the jQuery way to empty the element
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
8028311ae5
Коммит
ff8193de8f
|
@ -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');
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче