Skip to content

Instantly share code, notes, and snippets.

@dshaw
Created February 18, 2011 00:31
Show Gist options
  • Select an option

  • Save dshaw/833043 to your computer and use it in GitHub Desktop.

Select an option

Save dshaw/833043 to your computer and use it in GitHub Desktop.
Unpublish your Storify story from the story view page.
$.post(location.href+'/unpublish/', function(response) { console.dir(response) });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment