integration/js/ressource.js
author veltr
Thu, 06 Jun 2013 16:13:09 +0200
changeset 88 c91124908cd1
parent 9 e3d551eda5a6
permissions -rw-r--r--
Modified Edition to add remove annotations to the project

$(function(){

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

});