From 270e48d872b36223843673e5a87cecfce541d41d Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 10 Nov 2008 14:07:59 +0000 Subject: [PATCH] - LSform : Correction d'un erreur JS. --- trunk/includes/js/LSform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/includes/js/LSform.js b/trunk/includes/js/LSform.js index 495fe32a..c2399df2 100644 --- a/trunk/includes/js/LSform.js +++ b/trunk/includes/js/LSform.js @@ -217,7 +217,7 @@ var LSform = new Class({ var layout = ul.getParent('div.LSform_layout_active'); if ($type(layout)) { - var li = getLayoutBtn(layout); + var li = this.getLayoutBtn(layout); if($type(li)) { li.addClass('LSform_layout_errors'); }