This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-12-14 18:52:05 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
a7555d7497
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-13 07:22:32 +03: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-29 05:02:23 +04:00
Ember
.
TextField
.
reopen
(
{
attributeBindings
:
[
'autofocus'
]
}
)
;
Reference in New Issue
Copy Permalink