FIX: Allow for application json to work around mac issues

This commit is contained in:
Sam 2018-04-26 14:06:05 +10:00
parent 98d142b1c1
commit 7368841374
1 changed files with 1 additions and 1 deletions

View File

@ -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}}