Show load screen while waiting for multi results

Set visibility to visible until multiple-results.php has loaded
This commit is contained in:
Matt Pass
2012-09-19 23:36:46 +01:00
parent 133317efdb
commit a32f04a4e3

View File

@@ -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 = '<iframe src="lib/multiple-results.php?find='+find+replaceQS+targetQS+'" class="whiteGlow" style="width: 700px; height: 500px"></iframe>';
}
}