phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r5114 - phpcompta/tags/rel650/html/js


From: phpcompta-dev
Subject: [Phpcompta-dev] r5114 - phpcompta/tags/rel650/html/js
Date: Mon, 17 Sep 2012 21:13:43 +0200 (CEST)

Author: danydb
Date: 2012-09-17 21:13:43 +0200 (Mon, 17 Sep 2012)
New Revision: 5114

Modified:
   phpcompta/tags/rel650/html/js/accounting_item.js
Log:
Fix bug when clicking several times on search_poste

Modified: phpcompta/tags/rel650/html/js/accounting_item.js
===================================================================
--- phpcompta/tags/rel650/html/js/accounting_item.js    2012-09-17 19:07:25 UTC 
(rev 5113)
+++ phpcompta/tags/rel650/html/js/accounting_item.js    2012-09-17 19:13:43 UTC 
(rev 5114)
@@ -76,6 +76,7 @@
        }
 
        var div_style="z-index:15;top:"+sx;
+       removeDiv('search_account');
        
add_div({id:'search_account',cssclass:'inner_box',html:loading(),style:div_style,drag:true});
 
     var dossier=$('gDossier').value;



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]