зеркало из https://github.com/nextcloud/spreed.git
Hide video when loading new channel
This commit is contained in:
Родитель
bb2eba453a
Коммит
88907e9f7b
|
@ -56,6 +56,7 @@ $(window).load(function() {
|
|||
$(window).on('hashchange', function() {
|
||||
OCA.SpreedMe.Rooms.join(window.location.hash.substring(1));
|
||||
$('#emptycontent').hide();
|
||||
$('.videoView').addClass('hidden');
|
||||
$('#app-content').addClass('icon-loading');
|
||||
});
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче