We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1523eff commit e943051Copy full SHA for e943051
docs/index.html
@@ -253,7 +253,8 @@ <h3>JSON Schema</h3>
253
<img src="img/icons-svg/fa-file-save-white.svg">
254
Export 'db_init.js'
255
</button>
256
- <button id='bExportSchema' class="secondarybutton" onclick="saveFile2HDD('schema4json.js','vDataJSON.schema4json = ' + getValueDOM('schemaoutput')+';');return false">
+
257
+ <button id='bExportSchema' class="secondarybutton" onclick="saveFile2HDD('schema4myjson.json',getValueDOM('schemaoutput'));return false">
258
259
Export 'schema4json.js'
260
0 commit comments