[pLog-svn] r4998 - plog/branches/lifetype-1.2/templates/admin
oscar at devel.lifetype.net
oscar at devel.lifetype.net
Mon Mar 5 16:41:47 EST 2007
Author: oscar
Date: 2007-03-05 16:41:47 -0500 (Mon, 05 Mar 2007)
New Revision: 4998
Modified:
plog/branches/lifetype-1.2/templates/admin/cleanup.template
Log:
Give the server a short break while purging data. Also allow the browser some time to render the page and inform the user about what's going on...
Modified: plog/branches/lifetype-1.2/templates/admin/cleanup.template
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/cleanup.template 2007-03-05 21:23:10 UTC (rev 4997)
+++ plog/branches/lifetype-1.2/templates/admin/cleanup.template 2007-03-05 21:41:47 UTC (rev 4998)
@@ -47,6 +47,7 @@
{include file="$admintemplatepath/footer.template"}
{if $continue}
<script type="text/javascript">
- window.location = "{$dest}";
+ //window.location = "{$dest}";
+ setTimeout( function() {literal}{{/literal} window.location = "{$dest}" {literal}}{/literal}, 750 );
</script>
{/if}
\ No newline at end of file
More information about the pLog-svn
mailing list