aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-09-14LICENSE: Fix typoHEADmasterTeddy Wing
2015-08-01README(Usage): Fix typo in nameTeddy Wing
2015-08-01Add LICENSE & READMEv0.0.1Teddy Wing
* MIT license * README: add description, usage information, installation notes, and license information
2015-08-01main.js: Wait until headers are on the page before actingTeddy Wing
Don't set ids for the page headers until those headers are available on the page.
2015-08-01Add main.js: Try to set ids on person headersTeddy Wing
Get all person header elements and set the name of the person they correspond to as their id. Doesn't currently work because it seems that the headers get loaded via AJAX or something after the page has loaded, so we'll need to wait until they show up on the page before manipulating them.
2015-08-01Add manifest.jsonTeddy Wing
New manifest with some basic info that uses a content script on Jira's "project board" scrum board page.