Commit 61090499 authored by nkhan's avatar nkhan

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104330 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 970d6553
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
function getBlackList(blkvalue, rank) function getBlackList(blkvalue, rank)
{ {
console.log("rank[" + rank + "]"); console.log("rank[" + rank + "]");
if (blkvalue != 'N') { if (blkvalue == 'Y') {
console.log("@@@@@@@@@@" + blkvalue); console.log("@@@@@@@@@@" + blkvalue);
document.getElementById("bkkdiv").style.display = 'block'; document.getElementById("bkkdiv").style.display = 'block';
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment