FIX: Allow for application json to work around mac issues
This commit is contained in:
parent
98d142b1c1
commit
7368841374
|
@ -4,7 +4,7 @@
|
||||||
<label class="radio" for="local">{{i18n 'upload_selector.from_my_computer'}}</label>
|
<label class="radio" for="local">{{i18n 'upload_selector.from_my_computer'}}</label>
|
||||||
{{#if local}}
|
{{#if local}}
|
||||||
<div class="inputs">
|
<div class="inputs">
|
||||||
<input type="file" id="file-input" accept='.dcstyle.json'><br>
|
<input type="file" id="file-input" accept='.dcstyle.json,application/json'><br>
|
||||||
<span class="description">{{i18n 'admin.customize.theme.import_file_tip'}}</span>
|
<span class="description">{{i18n 'admin.customize.theme.import_file_tip'}}</span>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Reference in New Issue