integration/js/ressource.js
author veltr
Mon, 10 Jun 2013 17:48:05 +0200
changeset 110 ebbb23d32748
parent 9 e3d551eda5a6
permissions -rw-r--r--
Corrected creation of annotation types in empty project

$(function(){

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

});