Single events timeline name

main
Bob Mottram 2020-08-26 11:06:16 +01:00
parent c4c0cf1679
commit 18f20152d0
1 changed files with 1 additions and 1 deletions

View File

@ -4686,7 +4686,7 @@ def htmlTimeline(defaultTimeline: str,
sharesButton = 'buttonselectedhighlighted' sharesButton = 'buttonselectedhighlighted'
elif boxName == 'tlbookmarks' or boxName == 'bookmarks': elif boxName == 'tlbookmarks' or boxName == 'bookmarks':
bookmarksButton = 'buttonselected' bookmarksButton = 'buttonselected'
elif boxName == 'tlevents' or boxName == 'events': elif boxName == 'tlevents':
eventsButton = 'buttonselected' eventsButton = 'buttonselected'
# get the full domain, including any port number # get the full domain, including any port number