diff options
| author | Teddy Wing | 2013-03-23 18:59:29 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-03-23 18:59:29 -0400 |
| commit | 4b9ab6c253fcb6fe15e049564457717f82dcae2d (patch) | |
| tree | 2c6bfd8e9bc25ced1de97e24d4c6db4aa6f6d9c6 /manifest.json | |
| parent | e4750f02abdd41bb2578298dea3153e66f810fd7 (diff) | |
| download | ScrumDo-Trellic-4b9ab6c253fcb6fe15e049564457717f82dcae2d.tar.bz2 | |
Start of current story selection
Almost works. Works for arrow up and down, but not left and right. Was
trying to get a wraparound working, but I think I'm just going to quit
while I'm behind and disable left and right movement to columns that
have no stories.
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 45764ba..d6be97e 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,8 @@ "content_scripts": [ { "matches": ["*://*.scrumdo.com/projects/project/*/iteration/*/board"], - "js": ["jquery.min.js", "better-scrumdo.js"] + "js": ["jquery.min.js", "better-scrumdo.js"], + "css": ["better-scrumdo.css"] } ], |
