integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Fri, 31 May 2013 17:56:57 +0200
changeset 63 55b26d1c32ef
parent 9 e3d551eda5a6
permissions -rw-r--r--
update tangle js

$(function(){

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

});