diff --git a/webroot/js/contrail-common.js b/webroot/js/contrail-common.js index 9e6b42044..c384a09b3 100644 --- a/webroot/js/contrail-common.js +++ b/webroot/js/contrail-common.js @@ -98,7 +98,7 @@ function Contrail() { return returnFlag; } else { - return contrail.checkIfExist(value[pathString]); + return contrail.checkIfExist(valueObject[pathString]); } } };