Skip to content

Instantly share code, notes, and snippets.

@said-and-done
Created September 25, 2013 14:06
Show Gist options
  • Save said-and-done/6700146 to your computer and use it in GitHub Desktop.
Save said-and-done/6700146 to your computer and use it in GitHub Desktop.
FBGallery({
onShow: function(opt) {
//
},
onClose: function(opt) {
$('#popup-upload_overlay, #popup-upload').remove();
},
onSelected: function(data) {
console.log(data)
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment