Skip to content

Instantly share code, notes, and snippets.

@beezee
Created April 6, 2012 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beezee/2322064 to your computer and use it in GitHub Desktop.
Save beezee/2322064 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
function Drawium_explain_box_displayed(index){
console.log(index);
$("#binno-custom-tabs li").unbind('click.drawium');
if (index == 1) {
$(".drawium_next_button").remove();
$("#binno-custom-tabs li:nth-child(2)").bind('click.drawium', function() {
Drawer.tutorial_next();
});
}
};
$('document').ready(function() { Drawer.start_tour(); });
</script>
<script src="http://serve.drawium.com/6021740_1045.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment