Skip to content

Commit b8b5ee9

Browse files
committed
Change extension to json
1 parent db46d75 commit b8b5ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/backup_restore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function configuration_backup(callback) {
164164
var chosenFileEntry = null;
165165

166166
var accepts = [{
167-
extensions: ['txt']
167+
extensions: ['json']
168168
}];
169169

170170
// generate timestamp for the backup file

0 commit comments

Comments
 (0)