annotate media/js/downloads/add.js @ 76:eecbd00e092a

#25 Fix problem with redirect after changing password.
author Brian Neal <bgneal@gmail.com>
date Fri, 10 Jul 2009 23:50:06 +0000 (2009-07-10)
parents dbd703f7d63a
children
rev   line source
gremmie@1 1 $(document).ready(function() {
gremmie@1 2 $('#id_description').markItUp(mySettings);
gremmie@1 3 });