diff --git a/app/assets/javascripts/controllers/toolbar.controller.js.coffee b/app/assets/javascripts/controllers/toolbar.controller.js.coffee index a3ec3fc15..c270cb48d 100644 --- a/app/assets/javascripts/controllers/toolbar.controller.js.coffee +++ b/app/assets/javascripts/controllers/toolbar.controller.js.coffee @@ -115,11 +115,6 @@ Wheelmap.ToolbarController = Ember.ArrayController.extend categoryFiltersDidChange: (()-> categories = @get('activeCategories').getEach('identifier') - - if I18n.locale == 'de' and categories.length == 1 and categories[0] == 'sport' - $('#allianz').show() - else - $('#allianz').hide() ).observes('activeCategories') actions: diff --git a/app/assets/javascripts/nodes.coffee b/app/assets/javascripts/nodes.coffee index 5bd8a4487..414555f44 100644 --- a/app/assets/javascripts/nodes.coffee +++ b/app/assets/javascripts/nodes.coffee @@ -160,8 +160,6 @@ csrfToken = $('meta[name="csrf-token"]').attr('content') $('.selectpicker').selectpicker(); -$('#allianz').show() if I18n.locale == 'de' and $('article#node').data('category') == 'sport' - $('[data-toggle="status-submit"]').click (e) -> e.preventDefault() diff --git a/app/views/relaunch/_footer.html.haml b/app/views/relaunch/_footer.html.haml index f703aa8bc..ea1f379cf 100644 --- a/app/views/relaunch/_footer.html.haml +++ b/app/views/relaunch/_footer.html.haml @@ -20,8 +20,6 @@ %span{:style => 'display:inline-block'}= t('wheelmap.footer.main_supporter') = link_to "http://foerderung.sozialhelden.de/forderhelden/", id: 'immobilienscout24' do = image_tag('immoscout@2x.png', :size => '42x20', :alt => 'ImmobilienScout24', :title => 'ImmobilienScout24', :style => "margin-top: -3px;height:20px") - = link_to "http://foerderung.sozialhelden.de/forderhelden/", style: "display:none", id: 'allianz' do - = image_tag('allianz@2x.png', :size => '45x20', :alt => 'Allianz Logo', :title => 'Allianz', :style => "margin-top: -3px;height:20px") %li = link_to t('header.navigation.imprint'), community_imprint_url, :target => '_blank' %li