diff options
author | Noah Loomans <noahloomans@gmail.com> | 2017-01-11 12:33:04 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2017-01-11 12:33:04 +0100 |
commit | 659ebdaa3cad319621a5bbd4fe9c009ceed2eb27 (patch) | |
tree | 95f4eb4dc5b4333a492cc3233174f86287b6708c /public/javascripts/schedule.js | |
parent | b64a31f1a31469e411945ce4f500fc11797c3406 (diff) | |
parent | 478352e5e7c449bbac5d969623ebd291223256d8 (diff) |
Merge branch 'beta' of github.com:nloomans/rooster-mml 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 () { |