diff --git a/hourglass/client/profile/mProfile.html b/hourglass/client/profile/mProfile.html index e69de29..7ee731f 100644 --- a/hourglass/client/profile/mProfile.html +++ b/hourglass/client/profile/mProfile.html @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/hourglass/lib/router.js b/hourglass/lib/router.js index 9318c40..092e8fc 100644 --- a/hourglass/lib/router.js +++ b/hourglass/lib/router.js @@ -31,7 +31,8 @@ Router.route('/', { } else { Session.set("user", Meteor.user().profile); if(Meteor.Device.isPhone()) { - this.render("mobile"); + //this.render("mobile"); + this.render("mProfile"); } else { this.render("main"); }