Mercurial > public > sg101
comparison media/js/forums.js @ 109:07be3e39e639
Forums: implemented topic level moderator controls.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 26 Sep 2009 18:03:57 +0000 |
parents | 80ab249d1adc |
children | 3ae999b0c53b |
comparison
equal
deleted
inserted
replaced
108:80ab249d1adc | 109:07be3e39e639 |
---|---|
76 }); | 76 }); |
77 } | 77 } |
78 } | 78 } |
79 return false; | 79 return false; |
80 }); | 80 }); |
81 $('#forum-mod-del-topic').click(function () { | |
82 return confirm('Are you sure you want to delete this topic?\n' + | |
83 'WARNING: all posts will be lost.'); | |
84 }); | |
81 $('#id_body').markItUp(mySettings); | 85 $('#id_body').markItUp(mySettings); |
82 }); | 86 }); |