integration/js/ressource.js
author durandn
Thu, 23 Apr 2015 11:28:29 +0200
changeset 195 0f6874dc73ca
parent 9 e3d551eda5a6
permissions -rw-r--r--
mimetype -> content_type + cleaned urls import

$(function(){

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

});