annotate media/js/downloads_admin.js @ 86:f81226b5e87b

Forums: Some display work for the posts within a topic. Sketched out a post reply form.
author Brian Neal <bgneal@gmail.com>
date Sat, 05 Sep 2009 20:47:08 +0000
parents dbd703f7d63a
children
rev   line source
gremmie@1 1 $(document).ready(function() {
gremmie@1 2 $('#id_description').markItUp(mySettings);
gremmie@1 3 });