forked from GNUsocial/gnu-social
makes ajax-repeat work with ajax loaded content
This commit is contained in:
parent
1475c775e7
commit
37becd210e
@ -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));
|
||||||
|
Loading…
Reference in New Issue
Block a user