|
|
@ -549,7 +549,7 @@ define([
|
|
|
|
var $templateButton = Cryptpad.createButton('template', true, templateObj);
|
|
|
|
var $templateButton = Cryptpad.createButton('template', true, templateObj);
|
|
|
|
$rightside.append($templateButton);
|
|
|
|
$rightside.append($templateButton);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
console.log('init');
|
|
|
|
|
|
|
|
/* add an export button */
|
|
|
|
/* add an export button */
|
|
|
|
var $export = Cryptpad.createButton('export', true, {}, exportFile);
|
|
|
|
var $export = Cryptpad.createButton('export', true, {}, exportFile);
|
|
|
|
$drawer.append($export);
|
|
|
|
$drawer.append($export);
|
|
|
|