diff --git a/public/js/vroom.js b/public/js/vroom.js index affd585..2f8d617 100644 --- a/public/js/vroom.js +++ b/public/js/vroom.js @@ -1461,7 +1461,7 @@ function initVroom(room) { if (etherpad.enabled){ // Wait ~3 sec and reload etherpad setTimeout(function(){ - if (lastNameChange && lastNameChange + 3000 < +new Date){ + if (lastNameChange && lastNameChange + 3000 < +new Date && $('#etherpadContainer').html() != ''){ loadEtherpadIframe(); } }, 3100);