yairEO / fancyInput

Makes typing in input fields fun with CSS3 effects
1.93k stars 283 forks source link

Adding support for Password fields. #13

Closed matthewbaggett closed 11 years ago

matthewbaggett commented 11 years ago

Just a little patch that added support for password fields that I needed for my project..

Fab lil' bit of JS :T

passwordfieldsupport

riking commented 11 years ago

rebase into 1 commit? :)

matthewbaggett commented 11 years ago

I do not know how :(

riking commented 11 years ago

Open git shell, and do git rebase -i c6cc5d07 (that's the parent for your first commit). Choosepick b741907 squash 88f1b99 squash 391a8d7 in the text editor that appears. If there are any merge conflicts, git rebase --abort, try again with only pick 391a8d7 (deleting the other two).

matthewbaggett commented 11 years ago

That better? I hope I did this right. Alternatively, I could just recreate the whole fork and do it again XD

riking commented 11 years ago

Uh, that ADDED commits. Where'd that merge commit come from? !?!?

It was supposed to reduce everything to just one.