integration/js/ressource.js
author durandn
Thu, 16 Apr 2015 16:16:08 +0200
changeset 191 7eef5c1eee8c
parent 9 e3d551eda5a6
permissions -rw-r--r--
fix url tags for embed_iframe in templates

$(function(){

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

});