integration/js/ressource.js
author cavaliet
Thu, 16 May 2013 15:47:14 +0200
changeset 13 5273205b937d
parent 9 e3d551eda5a6
permissions -rw-r--r--
update static 2

$(function(){

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

});