diff --git a/.meteor/.gitignore b/.meteor/.gitignore index 4083037..08150d0 100644 --- a/.meteor/.gitignore +++ b/.meteor/.gitignore @@ -1 +1,2 @@ local +meteorite diff --git a/.meteor/packages b/.meteor/packages index f95eb97..8ee92a9 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -11,3 +11,5 @@ stylus accounts-google underscore accounts-ui +jquery-ui +jquery-ui-bootstrap diff --git a/.meteor/release b/.meteor/release new file mode 100644 index 0000000..af7f6f3 --- /dev/null +++ b/.meteor/release @@ -0,0 +1 @@ +0.6.2.1 diff --git a/bicyclesim.js b/bicyclesim.js index e6d9125..cd9254c 100644 --- a/bicyclesim.js +++ b/bicyclesim.js @@ -1,5 +1,5 @@ -var Routes = new Meteor.Collection('routes'); -var Points = new Meteor.Collection('points'); +Routes = new Meteor.Collection('routes'); +Points = new Meteor.Collection('points'); Routes.allow({ insert: function (userId, doc) { diff --git a/client/bicyclesim-meteor.html b/client/bicyclesim-meteor.html index bc76884..a6687a6 100644 --- a/client/bicyclesim-meteor.html +++ b/client/bicyclesim-meteor.html @@ -16,6 +16,7 @@ {{/if}} {{#if sim}} {{> sim}} +
{{/if}} {{#if frontpage}} {{> frontpage}} @@ -165,20 +166,9 @@ - - - -