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()) { if(Meteor.Device.isPhone()) {
this.render("mobile"); this.render("mobile");
} else { } else {
this.render("main"); this.render("loading");
} }
} }
} }