Merge commit 10 by hannesmannerheim

This commit is contained in:
Mikael Nordfeldth 2014-10-10 20:50:40 +02:00
commit d866014403
1 changed files with 2 additions and 2 deletions

View File

@ -773,7 +773,7 @@ var SN = { // StatusNet
*
*/
NoticeRepeat: function () {
$('.form_repeat').on('click', function (e) {
$('body').on('click', '.form_repeat', function (e) {
e.preventDefault();
SN.U.NoticeRepeatConfirmation($(this));