From 1077cb95ac8fc0cab597498dc8324da572dcb3df Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 2 Aug 2010 17:32:12 +0000 Subject: [PATCH] select or unselect all the operation to set them paid or not --- html/js/scripts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/js/scripts.js b/html/js/scripts.js index fb9511b7c..0d6b22af7 100644 --- a/html/js/scripts.js +++ b/html/js/scripts.js @@ -586,7 +586,7 @@ function toggle_checkbox(form_id) { * @param form_id id of the form */ function select_checkbox(form_id) { - var form=g(form_id); + var form=$(form_id); for (var i=0;i