Ghost/core/client/utils/text-field.js
Peter Szel 39ae3869a1 Added fancy fade-in effect and autofocus to the login pages (signin, signup, forgotten, reset).
- Added CSS to implement the fade in effect.
- Added 'autofocus' to the attribute bindings of the TextField so they accept it.
2014-04-08 00:02:54 +02:00

4 lines
69 B
JavaScript

Ember.TextField.reopen({
attributeBindings: ['autofocus']
});