annotate media/js/downloads/add.js @ 40:53b7c681d80b

Don't send plaintext password in confirmation email for site registration.
author Brian Neal <bgneal@gmail.com>
date Fri, 12 Jun 2009 01:15:49 +0000
parents dbd703f7d63a
children
rev   line source
gremmie@1 1 $(document).ready(function() {
gremmie@1 2 $('#id_description').markItUp(mySettings);
gremmie@1 3 });