Skip to content

Commit

Permalink
Merge "Closes-Bug: #1534484 Add interfaces on Project & Network detai…
Browse files Browse the repository at this point in the history
…ls page"
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Feb 4, 2016
2 parents 4fdc1ba + cab41e5 commit 1208de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webroot/js/contrail-common.js
Expand Up @@ -98,7 +98,7 @@ function Contrail() {

return returnFlag;
} else {
return contrail.checkIfExist(value[pathString]);
return contrail.checkIfExist(valueObject[pathString]);
}
}
};
Expand Down

0 comments on commit 1208de2

Please sign in to comment.