mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
This is what I get for living in GMT+0
This commit is contained in:
parent
9ba9eab424
commit
0b82ac76fc
1 changed files with 2 additions and 4 deletions
|
@ -33,9 +33,7 @@ module.exports = angular.module('ponyfm').directive 'pfmTrackEditor', () ->
|
|||
$scope.isAdmin = auth.data.isAdmin
|
||||
albumsDb = {}
|
||||
|
||||
d = new Date()
|
||||
currentDate = d.getTime() + (d.getTimezoneOffset() * 60000)
|
||||
$scope.disableHwc = currentDate > new Date('2016-12-20 23:59:59 GMT')
|
||||
$scope.disableHwc = false
|
||||
|
||||
$scope.data = upload
|
||||
$scope.userSlug = $state.params.slug
|
||||
|
|
Loading…
Reference in a new issue