Remove profile from footer, already in header
This commit is contained in:
parent
061ca795f3
commit
a5c6e338b6
3 changed files with 1 additions and 9 deletions
|
|
@ -18,11 +18,6 @@ BR.RoutingOptions = BR.Control.extend({
|
|||
},
|
||||
|
||||
refreshUI: function() {
|
||||
var profile = $('#profile option:selected'),
|
||||
alternative = $('#alternative option:selected');
|
||||
|
||||
$('#stat-profile').html(profile.text() + ' (' + alternative.text() +')');
|
||||
|
||||
// we do not allow to select more than one profile and/or alternative at a time
|
||||
// so we disable the current selected items
|
||||
$('#profile-alternative').find('option:disabled').each(function(index) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue