Show that only html can be imported in pads
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…
Reference in New Issue