From 1347bf5ef5d20bc1e50bf1d190442a77d77aaf33 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Sat, 8 Apr 2017 14:20:08 -0400 Subject: [PATCH] Minor css fixes --- hourglass/client/profile/mProfile.html | 3 +++ hourglass/lib/router.js | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) 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"); }