Commit 6a02343af2e4d078503db34bacbc1c53d3682035

Authored by Fabio Teixeira
Committed by Thiago Ribeiro
1 parent 59fa7bf1

Disable user edit institution data

- Why would the user edit it ?

Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
public/views/control-panel.js
... ... @@ -2,11 +2,11 @@ modulejs.define(&#39;ControlPanel&#39;, [&#39;jquery&#39;], function($) {
2 2 'use strict';
3 3  
4 4 function add_institution_on_control_panel(control_panel) {
5   - var institution_link = $(".control-panel-instituton-link").remove();
  5 + /*var institution_link = $(".control-panel-instituton-link").remove();
6 6  
7 7 if( institution_link.size() > 0 ) {
8 8 control_panel.prepend(institution_link);
9   - }
  9 + }*/
10 10 }
11 11  
12 12  
... ...