This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
archive
/
MusareMeteor
mirror of
https://github.com/Musare/MusareMeteor
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Fixed issue where non-logged in users couldn't see any pages.
KrisVos130
9 năm trước cách đây
mục cha
9579b2ad99
commit
020c3a53c8
1 tập tin đã thay đổi
với
2 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
2
0
app/client/routes.js
+ 2
- 0
app/client/routes.js
Xem Tập Tin
@@ -14,6 +14,8 @@ Router.onBeforeAction(function() {
next();
}
});
+ } else {
+ next();
}
});