mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-03 03:55:26 +03:00
ac113b582f
- Added CSS to implement the fade in effect. - Added 'autofocus' to the attribute bindings of the TextField so they accept it.
4 lines
69 B
JavaScript
4 lines
69 B
JavaScript
Ember.TextField.reopen({
|
|
attributeBindings: ['autofocus']
|
|
});
|