makes ajax-repeat work with ajax loaded content

This commit is contained in:
Hannes Mannerheim 2014-10-06 01:13:38 +02:00
parent 1475c775e7
commit 37becd210e
1 changed files with 2 additions and 2 deletions

View File

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