mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-28 22:00:25 -04:00
Disable Google+ on login modal for IE
This is causing script errors in IE10.
This commit is contained in:
parent
31056933e9
commit
efa1f7c4a3
1 changed files with 4 additions and 2 deletions
|
@ -75,7 +75,9 @@ block modal-footer
|
|||
| GitHub
|
||||
div.network-login
|
||||
.fb-login-button(data-show-faces="false", data-width="200", data-max-rows="1", data-scope="email")
|
||||
div.network-login
|
||||
.gplus-login-button#gplus-login-button
|
||||
// Google+ login causing script errors on IE10
|
||||
if !isIE
|
||||
div.network-login
|
||||
.gplus-login-button#gplus-login-button
|
||||
div#recover-account-wrapper
|
||||
a(data-toggle="coco-modal", data-target="modal/RecoverModal", data-i18n="login.recover")#link-to-recover recover account
|
||||
|
|
Loading…
Add table
Reference in a new issue