in assets/js/custom.js [27:32]
$(".bs-component").hover(function(){ $(this).append($button); $button.show(); }, function(){ $button.hide(); });