Blog
Services
Docs
Donate
Status
English
Bahasa Indonesia
Deutsch
English
Español
Esperanto
Filipino
Français
Italiano
Latviešu
Magyar nyelv
Nederlands
Polski
Português de Portugal
Português do Brasil
Slovenščina
Suomi
Svenska
Türkçe
Čeština
Ελληνικά
Български
Русский
Українська
فارسی
日本語
简体中文
繁體中文(台灣)
繁體中文(香港)
한국어
Ark
Search
Create
Migrate
Explore
Login
Blog
Docs
Status
Explore
Login
Ark
Infrastructure
/
ghost
Watch
0
Fork
You've already forked ghost
0
mirror of
https://github.com/TryGhost/Ghost.git
synced
2025-01-06 22:40:14 -05:00
Code
Issues
Activity
208999a77f
ghost
/
core
/
client
/
app
/
utils
/
text-field.js
5 lines
96 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Ember init, bower deps, es6 modules
2015-02-12 23:22:32 -05:00
import
Ember
from
'ember'
;
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-03-28 20:02:23 -05:00
Ember
.
TextField
.
reopen
(
{
attributeBindings
:
[
'autofocus'
]
}
)
;
Reference in a new issue
Copy permalink