Skip to content

Commit

Permalink
xIFr v1.12.0 - last minute minor styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StigNygaard committed Jun 19, 2022
1 parent ed0c509 commit b817fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebExtension/Stigs_Flickr_Fixr.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -614,12 +614,12 @@ function topMenuItems() {
}, createRichElement('a', {href: '/photos/' + fixr.context.photographerId + '/tags'}, createRichElement('span', {}, 'Tags'))));
aab.parentElement.insertAdjacentElement('afterend', createRichElement('li', {
id: 'map',
class: 'menuitem',
class: 'link',
role: 'menuitem'
}, createRichElement('a', {href: '/photos/' + fixr.context.photographerId + '/map'}, createRichElement('span', {}, 'Map'))));
aab.parentElement.insertAdjacentElement('afterend', createRichElement('li', {
id: 'collections',
class: 'menuitem',
class: 'link',
role: 'menuitem'
}, createRichElement('a', {href: '/photos/' + fixr.context.photographerId + '/collections'}, createRichElement('span', {}, 'Collections'))));
} else if (gib.classList.contains('sn-groups') && !m.querySelector('li.sn-tags')) {
Expand Down

0 comments on commit b817fe7

Please sign in to comment.