You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flash('ZotFile not installed','The ZotFile plugin is not available, please install it from http://zotfile.com/')
424
+
/*
425
+
const checks = {
426
+
'Zotero DOI Manager ': [ 'Zotero-ShortDOI not installed', 'The short-doi plugin is not available, please install it from https://github.com/bwiernik/zotero-shortdoi' ],
427
+
'ZotFile ': [ 'ZotFile not installed', 'The ZotFile plugin is not available, please install it from http://zotfile.com/' ],
428
+
'Zutilo Utility for Zotero ': [ 'Zutilo not installed', 'The Zutilo plugin is not available, please install it from https://github.com/willsALMANJ/Zutilo' ],
429
429
}
430
-
if(!addons.find((addon: string)=>addon.startsWith('Zutilo Utility for Zotero '))){
431
-
flash('Zutilo not installed','The Zutilo plugin is not available, please install it from https://github.com/willsALMANJ/Zutilo')
0 commit comments