integration/js/ressource.js
author durandn
Fri, 24 Apr 2015 12:51:00 +0200
changeset 196 763d0a7323cf
parent 9 e3d551eda5a6
permissions -rw-r--r--
Upgrade to Django 1.7: migration (2)

$(function(){

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

});