merge staging into pending allow-list work

This commit is contained in:
ansuz
2020-02-21 13:52:10 -05:00
11 changed files with 211 additions and 71 deletions

View File

@@ -1186,6 +1186,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);