mirror of
https://github.com/discourse/discourse.git
synced 2025-03-25 08:55:46 +08:00
Fix login with google in IE9
This commit is contained in:
parent
7ff7fe3d3c
commit
6885e6cfa9
@ -86,7 +86,7 @@ window.Discourse.LoginView = window.Discourse.ModalBodyView.extend Discourse.Pre
|
||||
accountEmail: options['email']
|
||||
accountUsername: options['username']
|
||||
accountName: options['name']
|
||||
authOptions: options
|
||||
authOptions: Em.Object.create(options)
|
||||
|
||||
mouseMove: (e) ->
|
||||
@set('lastX', e.screenX)
|
||||
|
Loading…
x
Reference in New Issue
Block a user