mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
39ae3869a1
- Added CSS to implement the fade in effect. - Added 'autofocus' to the attribute bindings of the TextField so they accept it.
3 lines
69 B
JavaScript
3 lines
69 B
JavaScript
Ember.TextField.reopen({
|
|
attributeBindings: ['autofocus']
|
|
});
|