From 342db201b111da43ebcf7feaf1421aff1f7c6375 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 9 May 2017 10:48:30 -0400 Subject: [PATCH] Bug 1359797 - GitHub login not appearing on show_bug.cgi --- .../account/auth/login-small-additional_methods.html.tmpl | 2 +- js/global.js | 1 + template/en/default/account/auth/login-small.html.tmpl | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/extensions/GitHubAuth/template/en/default/hook/account/auth/login-small-additional_methods.html.tmpl b/extensions/GitHubAuth/template/en/default/hook/account/auth/login-small-additional_methods.html.tmpl index a472156f9..5fcf5d72b 100644 --- a/extensions/GitHubAuth/template/en/default/hook/account/auth/login-small-additional_methods.html.tmpl +++ b/extensions/GitHubAuth/template/en/default/hook/account/auth/login-small-additional_methods.html.tmpl @@ -8,7 +8,7 @@ [% USE Bugzilla %] [% IF Param('user_info_class').split(',').contains('GitHubAuth') %] - +
diff --git a/js/global.js b/js/global.js index 7d89473da..102ab05af 100644 --- a/js/global.js +++ b/js/global.js @@ -87,6 +87,7 @@ function manage_old_lists() { function show_mini_login_form( suffix ) { $('#login_link' + suffix).addClass('bz_default_hidden'); $('#mini_login' + suffix).removeClass('bz_default_hidden'); + $('.mini_login' + suffix).removeClass('bz_default_hidden'); $('#new_account_container' + suffix).addClass('bz_default_hidden'); return false; } diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl index b182ddef3..7ca0a44d9 100644 --- a/template/en/default/account/auth/login-small.html.tmpl +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -43,9 +43,8 @@ [% Hook.process('additional_methods') %] @@ -76,6 +75,7 @@ -- 2.47.3