Skip to content

Instantly share code, notes, and snippets.

@charleshimmer
Created October 13, 2011 19:10
Show Gist options
  • Save charleshimmer/1285195 to your computer and use it in GitHub Desktop.
Save charleshimmer/1285195 to your computer and use it in GitHub Desktop.
Update Bengay Integration Code
$BV.configure('global', {
allowSamePageSubmission: true,
doShowSubmission: function() {
tb_show('', '#TB_inline?height=auto&width=730&modal=true&inlineId=submissioncon','');
},
onSubmissionReturn: function() {
tb_remove();
},
doScrollSubmission: function() {
return false;
}
});
$BV.ui('rr', 'show_reviews', {
productId: '67939',
submissionContainerDiv: 'BVSubmissionContainer',
doShowContent: function(){
TabbedPanels1.showPanel(4);
$('#BVRRContainer').show();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment