mirror of https://gitlab.com/bashrc2/epicyon
Remove shares and wanted items from profile screen
parent
fd4bde6f4b
commit
d8823e2aab
|
@ -867,16 +867,16 @@ def htmlProfile(rssIconAtTop: bool,
|
||||||
elif selected == 'skills':
|
elif selected == 'skills':
|
||||||
profileStr += \
|
profileStr += \
|
||||||
_htmlProfileSkills(translate, nickname, domainFull, extraJson)
|
_htmlProfileSkills(translate, nickname, domainFull, extraJson)
|
||||||
elif selected == 'shares':
|
# elif selected == 'shares':
|
||||||
profileStr += \
|
# profileStr += \
|
||||||
_htmlProfileShares(actor, translate,
|
# _htmlProfileShares(actor, translate,
|
||||||
nickname, domainFull,
|
# nickname, domainFull,
|
||||||
extraJson, 'shares') + licenseStr
|
# extraJson, 'shares') + licenseStr
|
||||||
elif selected == 'wanted':
|
# elif selected == 'wanted':
|
||||||
profileStr += \
|
# profileStr += \
|
||||||
_htmlProfileShares(actor, translate,
|
# _htmlProfileShares(actor, translate,
|
||||||
nickname, domainFull,
|
# nickname, domainFull,
|
||||||
extraJson, 'wanted') + licenseStr
|
# extraJson, 'wanted') + licenseStr
|
||||||
# end of #timeline
|
# end of #timeline
|
||||||
profileStr += '</div>'
|
profileStr += '</div>'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue