integration/js/ressource.js
author cavaliet
Mon, 27 May 2013 16:39:16 +0200
changeset 45 dbe02b725ed7
parent 9 e3d551eda5a6
permissions -rw-r--r--
import modif from integration.

$(function(){

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

});