Skip to content

Commit 7bc7019

Browse files
authored
Merge pull request #103 from sifferhans/patch-1
fix: hide upload field
2 parents 998f1c5 + e4c6188 commit 7bc7019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/app/views/pages/track.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h4>{{init.translation.page.editor.available}}</h4>
205205
Upload via Mediabanken
206206
</a>
207207
<br>
208-
<div ng-hide="model.id==undefined" ng-controller="UploaderCtrl"
208+
<div id="upload-field" style="visibility: hidden" ng-hide="model.id==undefined" ng-controller="UploaderCtrl"
209209
ng-init="initialize($parent.uploadMedia);">
210210

211211
<input ng-file-select type="file" accept=".mp3">

0 commit comments

Comments
 (0)