summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/moderation_data_review.html
diff options
context:
space:
mode:
Diffstat (limited to 'gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/moderation_data_review.html')
-rw-r--r--gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/moderation_data_review.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/moderation_data_review.html b/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/moderation_data_review.html
index 06505c0..7676a47 100644
--- a/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/moderation_data_review.html
+++ b/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/moderation_data_review.html
@@ -42,7 +42,7 @@ function approveResource (oid) {
alert("Resource is successfully approved from this group.");
// fetching resource blank seperator row
- var $resBlankRow = $("tr#blank-row-" + "5577ed2b90b5502857a8e67d");
+ var $resBlankRow = $("tr#blank-row-" + oid);
// fetching resource object VIEW row
var $resViewRow = $("tr#view-row-" + oid);
// fetching resource object EDIT row