integration/js/ressource.js
author cavaliet
Wed, 26 Jun 2013 11:33:47 +0200
changeset 172 d52ab8fb2ae7
parent 9 e3d551eda5a6
permissions -rw-r--r--
version number to 0.1.13

$(function(){

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

});