@@ -132,7 +132,7 @@ discard block |
||
132 | 132 | */ |
133 | 133 | public function addAudio($label,$attributes=[]) |
134 | 134 | { |
135 | - // $attributes['accept']='audio/*;capture=microphone'; |
|
135 | + // $attributes['accept']='audio/*;capture=microphone'; |
|
136 | 136 | $attributes['accept']='audio/*'; |
137 | 137 | return $this->addFile($label,$attributes); |
138 | 138 | } |
@@ -353,7 +353,7 @@ discard block |
||
353 | 353 | */ |
354 | 354 | public function addImage($label,$attributes=[]){ |
355 | 355 | $attributes['accept']='image/*'; |
356 | - // $attributes['accept']='image/*;capture=camera'; |
|
356 | + // $attributes['accept']='image/*;capture=camera'; |
|
357 | 357 | return $this->addFile($label,$attributes); |
358 | 358 | } |
359 | 359 |