integration/js/ressource.js
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 04 Jun 2013 12:50:33 +0200
changeset 74 22aca5b735a2
parent 9 e3d551eda5a6
permissions -rw-r--r--
edit and preview buttons on project div home page edition update

$(function(){

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

});