From 741fe8e21f2a88521f4115991e3a5afa825fbc00 Mon Sep 17 00:00:00 2001 From: calzoneman Date: Sat, 16 Mar 2013 15:45:52 -0500 Subject: [PATCH] Minor fix for vimeo removing the currently playing indicator --- www/assets/js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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