integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 18 Jun 2013 15:17:31 +0200
changeset 134 0282cb8db314
parent 9 e3d551eda5a6
permissions -rw-r--r--
color button new annotation refresh display view add and remove annotation

$(function(){

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

});