diff options
author | BuildTools <Noah Loomans> | 2017-01-07 22:37:16 +0100 |
---|---|---|
committer | BuildTools <Noah Loomans> | 2017-01-07 22:37:16 +0100 |
commit | 549364fb691f7f092223e186033a8138c3ead2fd (patch) | |
tree | bec1b0bbc972a08ff69464853190044780eb667d /public/javascripts/getURLOfUser.js | |
parent | 4e8da42863406764a659a7337e774ad216d356c9 (diff) | |
parent | a5238353ab86923bb3911e0bf2886ebcb53dfbd2 (diff) |
Merge branch 'beta'
Diffstat (limited to 'public/javascripts/getURLOfUser.js')
-rw-r--r-- | public/javascripts/getURLOfUser.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/public/javascripts/getURLOfUser.js b/public/javascripts/getURLOfUser.js deleted file mode 100644 index 1d27175..0000000 --- a/public/javascripts/getURLOfUser.js +++ /dev/null @@ -1,9 +0,0 @@ -var leftPad = require('left-pad') -var getWeek = require('./getWeek') - -function getURLOfUsers (weekOffset, type, id) { - return `//${window.location.host}/meetingpointProxy/Roosters-AL%2Fdoc%2Fdagroosters%2F` + - `${(getWeek() + weekOffset)}%2F${type}%2F${type}${leftPad(id, 5, '0')}.htm` -} - -module.exports = getURLOfUsers |