Add notes for later.

This commit is contained in:
Andrew Tomaka 2011-12-06 14:35:55 -05:00
parent 6bc559208f
commit e7b424eddd

View file

@ -51,6 +51,8 @@
$('button').corner('round 4px');
$('#box').corner('round bottom');
//queroy.autocomplete to / ajax / etc.
$('#generate input').change(function() {
$('#password').val($.md5($('#root').val() + $('#master').val()));
});