Clear server message & remove from server queue when done

When the plugin is actioned, hide the server message and remove from the server queue
This commit is contained in:
Matt Pass
2012-03-25 17:00:02 +01:00
parent b3e75b3c8b
commit 3ac4bb2802

View File

@@ -71,6 +71,7 @@ Class zipIt {
// Trigger the class
$zipItDoZip = new zipIt();
$zipItAddToZip = $zipItDoZip->zipFilesUp($zipItSaveLocation.$zipItFileName);
if ($zipItAddToZip) {echo '<script>top.ICEcoder.serverMessage();top.ICEcoder.serverQueue("del",0);</script>';};
;};
?>
</body>