Created
August 30, 2021 21:44
-
-
Save NithinMahesh1/4399f0b25205481d32b5f3d029c3bc12 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let Dscore_val = Key_Diff_Root.getPropertyItem("DScore"); | |
| let Key_Rel = Key_Diff_Root.getPropertyItem("Relevance"); | |
| if(Dscore_val.value == undefined && Key_Rel.value == undefined) { | |
| return; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment