integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Fri, 31 May 2013 17:32:56 +0200
changeset 62 42919bf5d4e1
parent 9 e3d551eda5a6
permissions -rw-r--r--
template in edition new renderAnnotations in timeline

$(function(){

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

});