PHRAS-64 #time 1h

fix "subdefs to be done" in admin/base
This commit is contained in:
Jean-Yves Gaulier
2014-09-08 11:56:54 +02:00
committed by Nicolas Le Goff
parent 752f0d5da4
commit 4441eae4a5
2 changed files with 5 additions and 7 deletions

View File

@@ -287,6 +287,9 @@
{
t += (t==""?"":" ; ") + i + ": " + data.jeton_subdef[i];
}
if(t == "") {
t = "0";
}
$("#subdefs_todo").text(t);
}