This commit is contained in:
Kenneth Jao 2017-05-02 21:03:06 -04:00
commit 354a5e9852

View File

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