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:
parent
1250f63875
commit
0bba819713
@ -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 &&
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user