mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
update icon
This commit is contained in:
parent
a1da9e8b52
commit
ca43d54d90
@ -2878,8 +2878,8 @@ define([
|
||||
},
|
||||
}, {
|
||||
tag: 'a',
|
||||
attributes: {'class': 'cp-form-export-json cptools cptools-code'},
|
||||
content: h('span', Messages.form_exportJSON),
|
||||
attributes: {'class': 'cp-form-export-json'},
|
||||
content: h('span', [Icons.get('code-file'), Messages.form_exportJSON]),
|
||||
action: function () {
|
||||
var arr = Exporter.results(content, answers, TYPES, getFullOrder(content), "json");
|
||||
if (!arr) { return void UI.warn(Messages.error); }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user