Skip to content

Instantly share code, notes, and snippets.

@rpdillon
Created February 15, 2013 18:45
Show Gist options
  • Save rpdillon/4962408 to your computer and use it in GitHub Desktop.
Save rpdillon/4962408 to your computer and use it in GitHub Desktop.
Hack-fix for Heroku Scheduler
jQuery('.task .on-edit').show(); jQuery('.not-on-edit').hide(); jQuery('.timestamp').hide(); jQuery('.action.on-edit').show(); jQuery('input[name="command"]').css('width', '600px')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment