bug layout

This commit is contained in:
Damien LASSERRE 2012-03-08 15:25:16 +00:00
parent 0e43da9d1c
commit edf7b7e028

View File

@ -182,7 +182,6 @@ $(document).ready(function()
});
});
function set(key, value)
{
$('#comptage').css('display', 'none');
@ -197,7 +196,7 @@ function set(key, value)
$.ajax({
type : "GET",
cache : false,
url : '/index/criteres',
url : '/index/criteres/ajax/1',
data : $(this).serializeArray(),
success: function(data) {
$('#panel').html(data);