diff --git a/www/assets/js/functions.js b/www/assets/js/functions.js index 1aee3e0d..0ac9ffb7 100644 --- a/www/assets/js/functions.js +++ b/www/assets/js/functions.js @@ -330,7 +330,7 @@ function initVI(data) { var div = currentEmbed.parent(); currentEmbed.remove(); // Ugly but it's the only way I managed to get the API calls to work - div[0].innerHTML = ''; + div[0].innerHTML += ''; // $f() is defined by froogaloop, Vimeo's API wrapper PLAYER = $f($('iframe')[0]); // So we can retrieve the ID synchronously instead of waiting for