integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Wed, 26 Jun 2013 18:21:15 +0200
changeset 174 a1656f70f1c9
parent 9 e3d551eda5a6
permissions -rw-r--r--
center modal

$(function(){

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

});