Make a copy

This commit is contained in:
yflory
2020-02-21 15:45:16 +01:00
parent 2cceb54aac
commit 3abe522a9f
6 changed files with 180 additions and 66 deletions

View File

@@ -1184,6 +1184,9 @@ define([
$rightside.append($templateButton);
}
var $copy = common.createButton('copy', true);
$drawer.append($copy);
/* add an export button */
var $export = common.createButton('export', true, {}, exportFile);
$drawer.append($export);