fix warning table

This commit is contained in:
lutranf
2014-09-03 14:46:23 +02:00
parent 5cc75cc92a
commit 73a4866a8e

View File

@@ -166,7 +166,7 @@ Table.prototype.save = function()
'json'
);
}
else databap.addWarningBefore('Formulaire incomplet', this.sFeedBackBoxId);
else databap.addWarningBefore('Formulaire incomplet', tableself.sFeedBackBoxId);
};
</script>