Show first-run banner on upgrade (#3807)

This commit is contained in:
Abe Jellinek 2024-03-07 10:12:36 -05:00 committed by Dan Stillman
parent 1cdb364361
commit 5f717d3bde
9 changed files with 198 additions and 71 deletions

View file

@ -31,6 +31,7 @@ var ZOTERO_CONFIG = {
GET_INVOLVED_URL: 'https://www.zotero.org/getinvolved',
DICTIONARIES_URL: 'https://download.zotero.org/dictionaries/',
PLUGINS_URL: 'https://www.zotero.org/support/plugins',
NEW_FEATURES_URL: 'https://www.zotero.org/blog/zotero-7/'
};
if (typeof exports === 'object' && typeof module !== 'undefined') {