Skip to content

Commit

Permalink
Merge pull request #15 from EnigmaSolved/patch-1
Browse files Browse the repository at this point in the history
Menu for additional TL items for #2
  • Loading branch information
poohsen committed Mar 4, 2014
2 parents 9b78788 + 73b5ee9 commit e2424e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chrome/thunderlink/content/thunderlink.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ var ThunderLinkChromeNS = {
popup.appendChild(createCstrMenuItem(2));
popup.appendChild(createCstrMenuItem(3));
popup.appendChild(createCstrMenuItem(4));
popup.appendChild(createCstrMenuItem(5));
popup.appendChild(createCstrMenuItem(6));
popup.appendChild(createCstrMenuItem(7));
popup.appendChild(createCstrMenuItem(8));

},

Expand Down

0 comments on commit e2424e7

Please sign in to comment.