Tweak changelog URL in upgrade wizard

This commit is contained in:
Dan Stillman 2009-07-26 09:24:35 +00:00
parent 147cd45f07
commit a3250b3992

View file

@ -64,7 +64,7 @@
function onChangeLogLinkClick() {
Zotero.initialURL = 'http://www.zotero.org/documentation/changelog';
Zotero.initialURL = 'http://zotero.org/support/changelog';
document.getElementById('zotero-schema-upgrade').getButton('finish').click();
}
}