integration/js/ressource.js
author cavaliet
Thu, 20 Jun 2013 16:37:27 +0200
changeset 143 fbe71dd3143d
parent 9 e3d551eda5a6
permissions -rw-r--r--
update from integration and version number to 0.1.4

$(function(){

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

});