mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Update date
This commit is contained in:
parent
d576aa5b9d
commit
a0a45ee654
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ module.exports = ProjectController =
|
||||||
return cb()
|
return cb()
|
||||||
timestamp = user_id.toString().substring(0,8)
|
timestamp = user_id.toString().substring(0,8)
|
||||||
userSignupDate = new Date( parseInt( timestamp, 16 ) * 1000 )
|
userSignupDate = new Date( parseInt( timestamp, 16 ) * 1000 )
|
||||||
if userSignupDate > new Date("2017-08-02")
|
if userSignupDate > new Date("2017-08-09")
|
||||||
# Don't show for users who registered after it was released
|
# Don't show for users who registered after it was released
|
||||||
return cb(null, false)
|
return cb(null, false)
|
||||||
timeout = setTimeout cb, 500
|
timeout = setTimeout cb, 500
|
||||||
|
|
Loading…
Reference in a new issue