mirror of
https://github.com/Ekokumppanit/Bicyclesim.git
synced 2026-01-26 11:14:00 +00:00
Upgrade Meteor. Use keyboard for speed input.
This commit is contained in:
@@ -164,7 +164,7 @@ Meteor.startup(function () {
|
||||
Backbone.history.start({pushState: true});
|
||||
});
|
||||
|
||||
function init_main() {
|
||||
init_main = function init_main() {
|
||||
Meteor.autosubscribe(function () {
|
||||
// When changing page
|
||||
|
||||
@@ -182,4 +182,4 @@ function init_main() {
|
||||
maps.mode('sim');
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user