mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-21 20:48:00 +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
|
@ -32,10 +32,8 @@ module.exports = angular.module('ponyfm').directive 'pfmTrackEditor', () ->
|
|||
$scope.selectedAlbum = null
|
||||
$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