Skip to content
Snippets Groups Projects
Commit f161cd61 authored by Myriam Delaruelle's avatar Myriam Delaruelle
Browse files

hide label when editing a link cpt/act. in matrix

parent 4bee9dce
No related branches found
No related tags found
No related merge requests found
...@@ -291,7 +291,7 @@ function select_update(obj){ ...@@ -291,7 +291,7 @@ function select_update(obj){
var div_form=cell.find(".iena-select"); var div_form=cell.find(".iena-select");
cell.find(".iena-select").hide(); cell.find(".iena-select").hide();
cell.find(".iena-matrix-icons").show(); cell.find(".iena-matrix-icons").show();
$("#divmodule"+module_id+"-competency"+competency_id).hide();
var url = window.location.href; var url = window.location.href;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment