From b05c6bb0013c37d3d60ce70512dbaa8343c81288 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Thu, 2 Oct 2014 17:27:02 +0100 Subject: [PATCH] fixed hiding lang popup in firefox --- services/web/app/views/translations/translation_message.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/app/views/translations/translation_message.jade b/services/web/app/views/translations/translation_message.jade index 59886ed23e..333139139f 100644 --- a/services/web/app/views/translations/translation_message.jade +++ b/services/web/app/views/translations/translation_message.jade @@ -3,6 +3,6 @@ .translations-message(ng-hide="hidei18nNotification") a(href=recomendSubdomain.url+currentUrl) !{translate("click_here_to_view_sl_in_lng", {lngName:"" + translate(recomendSubdomain.lngCode) + ""})} img(src="/img/flags/24/#{recomendSubdomain.lngCode}.png") - button.close.pull-right - span(aria-hidden="true", ng-click="dismiss()") × + button(ng-click="dismiss()").close.pull-right + span(aria-hidden="true") × span.sr-only #{translate("close")} \ No newline at end of file