summaryrefslogtreecommitdiffstats
path: root/webapp/utils/url.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Add webapp/utils/url.jsx (#5285)Akihiko Odaki2017-02-071-0/+29
webapp/utils/utils.jsx got big and that caused a potential circular dependency with webapp/stores/team_store.jsx. This change solves the issue by introducing webapp/utils/url.jsx and moving URL-related functions, which is not likely to depend on actions and stores, from webapp/utils/utils.jsx.