bug layout
This commit is contained in:
parent
0e43da9d1c
commit
edf7b7e028
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user