diff --git a/lib/coder.js b/lib/coder.js index 12ef074..57d3e4b 100644 --- a/lib/coder.js +++ b/lib/coder.js @@ -1049,6 +1049,7 @@ var ICEcoder = { } find = find.replace(/\'/g, '''); find != encodeURIComponent(find) ? find = 'ICEcoder:'+encodeURIComponent(find) : find; + top.document.getElementById('loadingMask').style.visibility = "visible"; top.document.getElementById('mediaContainer').innerHTML = ''; } }