From eb97ec96ed8b50c54d9d41c6ef7864d5f5f170dc Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 2 Dec 2010 21:15:08 +0000 Subject: [PATCH] Search card can move now --- html/js/card.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/js/card.js b/html/js/card.js index 9bc5f0a52..dadab30bf 100644 --- a/html/js/card.js +++ b/html/js/card.js @@ -74,7 +74,7 @@ function search_card(obj) } var div_style="top:"+sx; - add_div({id:'search_card',cssclass:'op_detail',html:loading(),style:div_style,drag:0}); + add_div({id:'search_card',cssclass:'op_detail',html:loading(),style:div_style,drag:true}); var action=new Ajax.Request ( 'ajax_card.php', {