From 73a4866a8e898f7d0e24d3e35d2ed125abd1ed32 Mon Sep 17 00:00:00 2001 From: lutranf Date: Wed, 3 Sep 2014 14:46:23 +0200 Subject: [PATCH] fix warning table --- masks/table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masks/table.html b/masks/table.html index 34095bb..0e3cec0 100644 --- a/masks/table.html +++ b/masks/table.html @@ -166,7 +166,7 @@ Table.prototype.save = function() 'json' ); } - else databap.addWarningBefore('Formulaire incomplet', this.sFeedBackBoxId); + else databap.addWarningBefore('Formulaire incomplet', tableself.sFeedBackBoxId); }; \ No newline at end of file