integration/js/ressource.js
author cavaliet
Fri, 21 Jun 2013 10:30:04 +0200
changeset 153 e862bd9f92d3
parent 9 e3d551eda5a6
permissions -rw-r--r--
version number to 0.1.7

$(function(){

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

});