annotate media/js/downloads/add.js @ 74:df56795771a6

#13 Added logging to registration.
author Brian Neal <bgneal@gmail.com>
date Wed, 01 Jul 2009 20:02:14 +0000
parents dbd703f7d63a
children
rev   line source
gremmie@1 1 $(document).ready(function() {
gremmie@1 2 $('#id_description').markItUp(mySettings);
gremmie@1 3 });