integration/js/ressource.js
author cavaliet
Thu, 06 Jun 2013 12:42:03 +0200
changeset 81 8e016726669b
parent 9 e3d551eda5a6
permissions -rw-r--r--
Merge with 5dfa74fcec4bd0e9e725e57c6473f07dbb0c1f8c

$(function(){

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

});