diff --git a/img/icons/refresh.png b/img/icons/refresh.png new file mode 100644 index 00000000..8bee8c9a Binary files /dev/null and b/img/icons/refresh.png differ diff --git a/webinterface.py b/webinterface.py index 226f5980..07a6da0d 100644 --- a/webinterface.py +++ b/webinterface.py @@ -1756,9 +1756,9 @@ def htmlTimeline(pageNumber: int,itemsPerPage: int,session,baseDir: str, \ moderationButtonStr='' tlStr=htmlHeader(profileStyle) - if (boxName=='inbox' or boxName=='dm') and pageNumber==1: + #if (boxName=='inbox' or boxName=='dm') and pageNumber==1: # refresh if on the first page of the inbox and dm timeline - tlStr=htmlHeader(profileStyle,240) + #tlStr=htmlHeader(profileStyle,240) if boxName!='dm': if not manuallyApproveFollowers: @@ -1779,6 +1779,7 @@ def htmlTimeline(pageNumber: int,itemsPerPage: int,session,baseDir: str, \ ' '+ \ moderationButtonStr+newPostButtonStr+ \ ' Search and follow'+ \ + ' Refresh'+ \ followApprovals+ \ ''