Skip to content

Instantly share code, notes, and snippets.

@lyo
Created February 21, 2009 10:47
Show Gist options
  • Save lyo/68001 to your computer and use it in GitHub Desktop.
Save lyo/68001 to your computer and use it in GitHub Desktop.
--- reblogcommand_add_privatemode_for_rev12526.user.js Sat Feb 21 19:36:23 2009
+++ reblogcommand_add_privatemode_for_rev12526_fix.user.js Sat Feb 21 19:41:21 2009
@@ -96,7 +96,7 @@
}
}
if(isPrivate){
- arr.push("post[is_private]=1");
+ arr.push("post[state]=private");
}
return arr.join('')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment