mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 13:07:59 +01:00
Hidden HWC button
This commit is contained in:
parent
0b82ac76fc
commit
e625c7ddea
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ module.exports = angular.module('ponyfm').directive 'pfmTrackEditor', () ->
|
||||||
$scope.isAdmin = auth.data.isAdmin
|
$scope.isAdmin = auth.data.isAdmin
|
||||||
albumsDb = {}
|
albumsDb = {}
|
||||||
|
|
||||||
$scope.disableHwc = false
|
$scope.disableHwc = true
|
||||||
|
|
||||||
$scope.data = upload
|
$scope.data = upload
|
||||||
$scope.userSlug = $state.params.slug
|
$scope.userSlug = $state.params.slug
|
||||||
|
|
Loading…
Reference in a new issue