From: Dylan William Hardison Date: Tue, 9 May 2017 14:48:30 +0000 (-0400) Subject: Bug 1359797 - GitHub login not appearing on show_bug.cgi X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=342db201b111da43ebcf7feaf1421aff1f7c6375;p=thirdparty%2Fbugzilla.git Bug 1359797 - GitHub login not appearing on show_bug.cgi --- 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 @@