annotate media/js/downloads/add.js @ 48:31cb8d55e3a1

Fix typo in wsgi file.
author Brian Neal <bgneal@gmail.com>
date Sun, 21 Jun 2009 21:31:24 +0000
parents dbd703f7d63a
children
rev   line source
gremmie@1 1 $(document).ready(function() {
gremmie@1 2 $('#id_description').markItUp(mySettings);
gremmie@1 3 });