integration/js/ressource.js
author cavaliet
Tue, 25 Jun 2013 13:32:54 +0200
changeset 169 1a7e20e5716d
parent 9 e3d551eda5a6
permissions -rw-r--r--
version number to 0.1.12

$(function(){

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

});