From 15e830b00e7f7e7c170a65f35ea2a7e7dd2cc37c Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Tue, 17 Apr 2012 11:32:47 +0000 Subject: [PATCH] =?UTF-8?q?Premier=20=C3=A9l=C3=A9ment=20selectionn=C3=A9?= =?UTF-8?q?=20pour=20la=20mise=20=C3=A0=20jour=20des=20donn=C3=A9es=20ajax?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/scripts/enrichissement.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/enrichissement.js b/public/scripts/enrichissement.js index 3a528d2c..37c5017f 100644 --- a/public/scripts/enrichissement.js +++ b/public/scripts/enrichissement.js @@ -23,7 +23,7 @@ $(document).ready(function(){ var timer; function updateInfo() { - $('tr.encours').each(function(){ + $('tr.encours:first-child').each(function(){ var objet = $(this); var id = $(this).attr('id'); $.getJSON('/index/getinfo', {id: id}, function(data){