integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Wed, 05 Jun 2013 12:05:53 +0200
changeset 79 5dfa74fcec4b
parent 9 e3d551eda5a6
permissions -rw-r--r--
show current annotation edit in timeline

$(function(){

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

});