Skip to content

Instantly share code, notes, and snippets.

@abloom
Created January 21, 2009 20:15
Show Gist options
  • Save abloom/50163 to your computer and use it in GitHub Desktop.
Save abloom/50163 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
new PeriodicalExecuter(function(pe) {
new Ajax.Request("/general/busy/<%= @edit.id %>", {
method: "get",
onSuccess: function(transport) {
//we must figure out what to put here
}
}
}, 1);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment