forked from GNUsocial/gnu-social
Uses regular HTTP GET to new notice replyto page instead of JS when
notice_data-text is available.
This commit is contained in:
parent
f761031d0a
commit
e2d445abbb
@ -202,6 +202,7 @@ function NoticeHover() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function NoticeReply() {
|
function NoticeReply() {
|
||||||
|
if ($('#notice_data-text').length > 0) {
|
||||||
$('#content .notice').each(function() {
|
$('#content .notice').each(function() {
|
||||||
var notice = $(this);
|
var notice = $(this);
|
||||||
$('.notice_reply', $(this)).click(function() {
|
$('.notice_reply', $(this)).click(function() {
|
||||||
@ -210,6 +211,7 @@ function NoticeReply() {
|
|||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function NoticeReplySet(nick,id) {
|
function NoticeReplySet(nick,id) {
|
||||||
|
Loading…
Reference in New Issue
Block a user