diff options
author | BuildTools <Noah Loomans> | 2017-01-08 12:40:04 +0100 |
---|---|---|
committer | BuildTools <Noah Loomans> | 2017-01-08 12:40:04 +0100 |
commit | 3aeeb70505252f7058420473fca6c37672d100d4 (patch) | |
tree | d9cd9b90bdc8b7426ae2f3802f8be3ac06cbd552 /public/javascripts/schedule.js | |
parent | a5238353ab86923bb3911e0bf2886ebcb53dfbd2 (diff) | |
parent | b4b142ce708307c75696d393927305926df1d877 (diff) |
Merge branch 'master' into beta
Diffstat (limited to 'public/javascripts/schedule.js')
-rw-r--r-- | public/javascripts/schedule.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/javascripts/schedule.js b/public/javascripts/schedule.js index a080ace..a1ca647 100644 --- a/public/javascripts/schedule.js +++ b/public/javascripts/schedule.js @@ -45,7 +45,7 @@ self._handleError = function (event) { self._getURLOfUsers = function (week, type, index) { const id = index + 1 return '//' + window.location.host + '/meetingpointProxy/Roosters-AL%2Fdoc%2Fdagroosters%2F' + - week + '%2F' + type + '%2F' + type + leftPad(id, 5, '0') + '.htm' + leftPad(week, 2, '0') + '%2F' + type + '%2F' + type + leftPad(id, 5, '0') + '.htm' } self._removeChilds = function () { |