Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

Commit

Permalink
3.3 final
Browse files Browse the repository at this point in the history
  • Loading branch information
agentlame committed Dec 16, 2015
1 parent 0b72dc8 commit 06a11da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/data/tbutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function initwrapper() {
newLogin = (cacheName != TBUtils.logged),
getnewLong = (((now - lastgetLong) / (60 * 1000) > longLength) || newLogin),
getnewShort = (((now - lastgetShort) / (60 * 1000) > shortLength) || newLogin),
betaRelease = true, /// DO NOT FORGET TO SET FALSE BEFORE FINAL RELEASE! ///
betaRelease = false, /// DO NOT FORGET TO SET FALSE BEFORE FINAL RELEASE! ///
gettingModSubs = false,
getModSubsCallbacks = [],
invalidPostSites = ['subreddits you moderate', 'mod (filtered)', 'all'],
Expand Down

0 comments on commit 06a11da

Please sign in to comment.