Skip to content
Snippets Groups Projects
Commit 5fb5bae6 authored by Nathan Cheval's avatar Nathan Cheval
Browse files

Update functions.js

parent 5a16b093
No related merge requests found
...@@ -56,7 +56,7 @@ function change_entity( ...@@ -56,7 +56,7 @@ function change_entity(
{ {
diff_list_tr.css('display',tr_display_val); diff_list_tr.css('display',tr_display_val);
if(category === 'attachment'){ // NCH01 if(category === 'attachment'){ // NCH01
diff_list_div.css('display','none'); diff_list_tr.css('display','none');
} }
} }
else else
...@@ -76,7 +76,7 @@ function change_entity( ...@@ -76,7 +76,7 @@ function change_entity(
{ {
diff_list_tr.css('display',tr_display_val); diff_list_tr.css('display',tr_display_val);
if(category === 'attachment'){ // NCH01 if(category === 'attachment'){ // NCH01
diff_list_div.css('display','none'); diff_list_tr.css('display','none');
} }
} }
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment