Skip to content

Commit

Permalink
fix(toggl-plan): Migrate Teamweek integration to Toggl Plan
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrammond committed Feb 11, 2020
1 parent 1c62d89 commit 5b229d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ out of the way and focus on real work.
- [Taiga](https://taiga.io/)
- [TargetProcess](https://www.targetprocess.com/)
- [Teamleader](http://www.teamleader.eu/)
- [TeamWeek](https://teamweek.com/)
- [Teamwork](https://www.teamwork.com/)
- [Teamwork Desk](https://www.teamwork.com/desk)
- [TestRail](https://testrail.com)
- [TickTick](https://ticktick.com/)
- [Todoist](https://todoist.com/)
- [Toggl Plan](https://toggl.com/plan)
- [Toodledo](https://www.toodledo.com/)
- [Trac](http://trac.edgewall.org/)
- [Trello](https://trello.com/)
Expand Down
File renamed without changes.
11 changes: 6 additions & 5 deletions src/scripts/origins.js
Original file line number Diff line number Diff line change
Expand Up @@ -517,10 +517,6 @@ export default {
url: '*://tasks.office.com/*',
name: 'Microsoft Planner'
},
'teamweek.com': {
url: '*://*.teamweek.com/*',
name: 'Teamweek'
},
'teamwork.com': {
url: '*://*.teamwork.com/*',
name: 'Teamwork'
Expand Down Expand Up @@ -558,10 +554,15 @@ export default {
clone: 'true'
},
'www.toggl.com': {
url: '*://*.toggl.com/*',
url: '*://www.toggl.com/*',
name: 'Toggl',
clone: 'true'
},
'plan.toggl.com': {
url: '*://plan.toggl.com/*',
name: 'Toggl Plan',
file: 'toggl-plan.js'
},
'toodledo.com': {
url: '*://*.toodledo.com/*',
name: 'Toodledo'
Expand Down

0 comments on commit 5b229d7

Please sign in to comment.