mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 17:18:19 +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…
Reference in New Issue
Block a user