From 6f7c76a56ad1aa6ed9a637440a71652136a8cd5d Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Tue, 2 May 2017 21:03:30 -0400 Subject: [PATCH] syntax --- hourglass/lib/router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hourglass/lib/router.js b/hourglass/lib/router.js index caf56a0..1972deb 100644 --- a/hourglass/lib/router.js +++ b/hourglass/lib/router.js @@ -33,7 +33,7 @@ Router.route('/', { if(Meteor.Device.isPhone()) { this.render("mobile"); } else { - this.render("loading"); + this.render("main"); } } }