add icon aliases for exportpdf and exportepub
Signed-off-by: Andras Timar <andras.timar@collabora.com> Change-Id: I059b4144b27ad2758f9a0a95d1a17ab77743508d
This commit is contained in:
parent
0c6651e600
commit
5d26df995d
1 changed files with 3 additions and 1 deletions
|
@ -2446,7 +2446,9 @@ L.Control.JSDialogBuilder = L.Control.extend({
|
|||
'zoterorefresh': 'updateall',
|
||||
'zoterounlink': 'unlinkcitation',
|
||||
'zoteroaddeditbibliography': 'addeditbibliography',
|
||||
'zoterosetdocprefs': 'formproperties'
|
||||
'zoterosetdocprefs': 'formproperties',
|
||||
'exportpdf': 'downloadas-pdf',
|
||||
'exportepub': 'downloadas-epub'
|
||||
};
|
||||
if (iconURLAliases[cleanName]) {
|
||||
cleanName = iconURLAliases[cleanName];
|
||||
|
|
Loading…
Reference in a new issue