From a32f04a4e38e49879fecc293d9d78f72c6f8468b Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 19 Sep 2012 23:36:46 +0100 Subject: [PATCH] Show load screen while waiting for multi results Set visibility to visible until multiple-results.php has loaded --- lib/coder.js | 1 + 1 file changed, 1 insertion(+) 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 = ''; } }