comparison media/js/forums.js @ 95:23035afdeae8

Forums: use markitup editor on forums post forms.
author Brian Neal <bgneal@gmail.com>
date Sun, 13 Sep 2009 18:05:18 +0000
parents 021492db4aad
children d0d779dd0832
comparison
equal deleted inserted replaced
94:806399f3b950 95:23035afdeae8
29 postButton.removeAttr('disabled').val('Submit Reply'); 29 postButton.removeAttr('disabled').val('Submit Reply');
30 } 30 }
31 }); 31 });
32 return false; 32 return false;
33 }); 33 });
34 $('#id_body').markItUp(mySettings);
34 }); 35 });