integration/js/ressource.js
author cavaliet
Tue, 11 Jun 2013 16:17:48 +0200
changeset 118 b5f44489096e
parent 9 e3d551eda5a6
permissions -rw-r--r--
add modif from integration and player

$(function(){

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

});