Commit 6a02343af2e4d078503db34bacbc1c53d3682035
Committed by
Thiago Ribeiro
1 parent
59fa7bf1
Exists in
master
and in
2 other branches
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('ControlPanel', ['jquery'], function($) { | @@ -2,11 +2,11 @@ modulejs.define('ControlPanel', ['jquery'], function($) { | ||
2 | 'use strict'; | 2 | 'use strict'; |
3 | 3 | ||
4 | function add_institution_on_control_panel(control_panel) { | 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 | if( institution_link.size() > 0 ) { | 7 | if( institution_link.size() > 0 ) { |
8 | control_panel.prepend(institution_link); | 8 | control_panel.prepend(institution_link); |
9 | - } | 9 | + }*/ |
10 | } | 10 | } |
11 | 11 | ||
12 | 12 |