This commit is contained in:
Kenneth Jao 2017-05-02 21:03:30 -04:00
parent 354a5e9852
commit 6f7c76a56a

View File

@ -33,7 +33,7 @@ Router.route('/', {
if(Meteor.Device.isPhone()) {
this.render("mobile");
} else {
this.render("loading");
this.render("main");
}
}
}