diff options
author | Jonathan Gathman <jonathan.gathman@att.com> | 2019-11-06 13:02:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-06 13:02:00 +0000 |
commit | b0270fb7202d68af2a07c678faffbd5fdace9b8f (patch) | |
tree | e460775a239bfb25af874ff6b7081e393c2b3fb8 /auth | |
parent | a91bca6c0a40ca15439962ce7548510133cd41b9 (diff) | |
parent | de5c06fa421cee9fbb6761b11719762100ea6580 (diff) |
Merge "PermGrantForm.java-remove the comments"
Diffstat (limited to 'auth')
-rw-r--r-- | auth/auth-gui/src/main/java/org/onap/aaf/auth/gui/pages/PermGrantForm.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auth/auth-gui/src/main/java/org/onap/aaf/auth/gui/pages/PermGrantForm.java b/auth/auth-gui/src/main/java/org/onap/aaf/auth/gui/pages/PermGrantForm.java index ac9cdf1e..4a6e1f49 100644 --- a/auth/auth-gui/src/main/java/org/onap/aaf/auth/gui/pages/PermGrantForm.java +++ b/auth/auth-gui/src/main/java/org/onap/aaf/auth/gui/pages/PermGrantForm.java @@ -77,7 +77,6 @@ public class PermGrantForm extends Page { hgen.js(copyRoleJS); hgen.text("function copyRole(role) {"); hgen.text("var txtRole = document.querySelector(\"#role\");"); -// hgen.text("if (role==;"); hgen.text("txtRole.value=role;"); hgen.text("}"); hgen.end(copyRoleJS); |