Show that only html can be imported in pads

pull/1/head
yflory 7 years ago
parent b56a782f01
commit 88813aee02

@ -556,7 +556,9 @@ define([
if (!readOnly) {
/* add an import button */
var $import = Cryptpad.createButton('import', true, {}, importFile);
var $import = Cryptpad.createButton('import', true, {
accept: 'text/html'
}, importFile);
$drawer.append($import);
}

Loading…
Cancel
Save