Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 8267ed1

Browse files
committed
The fille input needed changes to work with newer versions of NW
1 parent ca81093 commit 8267ed1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

digexp-dashboard/partials/settingsView.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3 style="margin-top: 5px;" >Settings</h3>
9595
<span class="glyphicon glyphicon-exclamation-sign"> </span>
9696
Please enter the required fields</span>
9797
</div>
98-
<input style="display:none;" id="fileDialog" type="file" webkitdirectory />
98+
<input style="display:none;" id="fileDialog" type="file" nwdirectory />
9999
</form>
100100

101101
<div class="modal" tabindex="-1" role="dialog" id="unsaved-settings-modal"

0 commit comments

Comments
 (0)