Mercurial > public > sg101
view messages/static/js/messages.js @ 808:0f0ba45704b7
Private message refactor: fix reverse() for notification email.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 01 Sep 2014 16:38:06 -0500 |
parents | 59e36169a814 |
children | cf486a8e8b43 |
line wrap: on
line source
function tabMasterCheckClick(box, name) { var state = $(box).prop('checked'); $('input[name="' + name + '"]').each(function() { this.checked = state; }); } function bulkMsgAction(action) { return confirm("Really " + action + " checked messages?"); return false; }