mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-10 15:34:27 +02:00
bug #147 comments not working on private notes page
This commit is contained in:
parent
0c0a604396
commit
0e441fe196
5 changed files with 87 additions and 20 deletions
|
@ -116,6 +116,7 @@
|
|||
if($('#live-network').length) { src = 'network'; liveUpdate(); }
|
||||
if($('#live-profile').length) { src = 'profile'; liveUpdate(); }
|
||||
if($('#live-community').length) { src = 'community'; liveUpdate(); }
|
||||
if($('#live-notes').length) { src = 'notes'; liveUpdate(); }
|
||||
if($('#live-display').length) {
|
||||
if(liking) {
|
||||
liking = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue