In config.js:43
otp.inherit(otp.config, otp.config_defaults); // step 3a: build the object up
This throws an exception in otp.js:148
otp.inherit = function(C, P) {
...
F.prototype = P.prototype;
because the second argument to the function (otp.config_defaults) is undefined.
This only seems to come up in Google Chrome 31.0.1622.0 dev (running on LUbuntu saucy) console logs. Firefox 23 also shows an error in the console logs. openbike.co is not working.
In config.js:43
This throws an exception in otp.js:148
because the second argument to the function (otp.config_defaults) is undefined.
This only seems to come up in Google Chrome 31.0.1622.0 dev (running on LUbuntu saucy) console logs. Firefox 23 also shows an error in the console logs. openbike.co is not working.