Quote:
Originally Posted by Eagle Creek
I dont understand?
Where is there any image used when using a cron? Crons are made to run automatic, aren't they?
|
It's only there if a cron is scheduled to run at time of page load.
In the footer of your page you should see this.
Code:
<!-- Do not remove or your scheduled tasks will cease to function -->
<!-- Do not remove or your scheduled tasks will cease to function -->
When vb needs to run a task it inserts the image code there. When it does not need to run a task it leaves it blank. This mod elimates that mess and runs the task in the background with an XHR (AJAX) call to the file. Much cleaner.
I should add that just as vb does not insert the image code when there is no task to run. Likewise, this script does nothing, and inserts nothing, not even the link to the javascript file, when there is no task to run.