mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Show load screen while waiting for multi results
Set visibility to visible until multiple-results.php has loaded
This commit is contained in:
@@ -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>';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user