integration/js/ressource.js
author ymh <ymh.work@gmail.com>
Wed, 22 Jul 2015 15:07:11 +0200
changeset 202 f9604d27ca58
parent 9 e3d551eda5a6
permissions -rw-r--r--
add capacity to add platform videos

$(function(){

	$('.tab-behavior a').click(function (e) {
	    e.preventDefault();
	    $(this).tab('show');
    });

});