integration/js/ressource.js
author cavaliet
Fri, 24 May 2013 11:59:10 +0200
changeset 30 ebecbb4597cc
parent 9 e3d551eda5a6
permissions -rw-r--r--
more intelligent management of branding templates

$(function(){

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

});