1
0
mirror of https://github.com/beestat/app.git synced 2025-07-09 03:04:07 -04:00

Enabling some early access stuff for me

This commit is contained in:
Jon Ziebell 2020-01-15 08:20:23 -05:00
parent 1250f63875
commit 0bba819713
2 changed files with 2 additions and 1 deletions

View File

@ -171,6 +171,7 @@ window.addEventListener('resize', rocket.throttle(100, function() {
*/
beestat.has_early_access = function() {
var user = beestat.get_user();
return user.user_id === 1;
return user.user_id === 1 ||
(
user.patreon_status !== null &&

View File

@ -23,7 +23,7 @@ beestat.component.header.prototype.decorate_ = function(parent) {
var pages;
if (false && beestat.has_early_access() === true) {
if (beestat.has_early_access() === true) {
pages = [
{
'layer': 'dashboard',