Remove profile from footer, already in header

This commit is contained in:
Norbert Renner 2018-01-27 10:34:43 +01:00
parent 061ca795f3
commit a5c6e338b6
3 changed files with 1 additions and 9 deletions

View file

@ -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) {