mirror of https://gitlab.com/bashrc2/epicyon
Announce link
parent
bba25d8417
commit
9f83477dde
|
@ -426,7 +426,7 @@ def _getAnnounceIconHtml(isAnnounced: bool,
|
||||||
announceTitle = translate['Undo the repeat']
|
announceTitle = translate['Undo the repeat']
|
||||||
if announceJsonObject:
|
if announceJsonObject:
|
||||||
unannounceLinkStr = '?unannounce=' + \
|
unannounceLinkStr = '?unannounce=' + \
|
||||||
announceJsonObject['object']['id']
|
announceJsonObject['id']
|
||||||
|
|
||||||
announceLinkStr = '?' + \
|
announceLinkStr = '?' + \
|
||||||
announceLink + '=' + postJsonObject['object']['id'] + pageNumberParam
|
announceLink + '=' + postJsonObject['object']['id'] + pageNumberParam
|
||||||
|
|
Loading…
Reference in New Issue