integration/js/ressource.js
author cavaliet
Tue, 21 May 2013 14:54:41 +0200
changeset 20 64a77e529f23
parent 9 e3d551eda5a6
permissions -rw-r--r--
first image model and upload form.

$(function(){

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

});