integration/js/ressource.js
author cavaliet
Thu, 20 Jun 2013 16:22:31 +0200
changeset 140 10fc952ba3ec
parent 9 e3d551eda5a6
permissions -rw-r--r--
update player js and version number to 0.1.3

$(function(){

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

});