Skip to content

Commit

Permalink
code formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aborel committed Mar 24, 2024
1 parent cc903a5 commit 4ecbce0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ function install() {

async function startup({ id, version, rootURI }) {
log("Starting Zotero OCR");

Zotero.PreferencePanes.register({
pluginID: '[email protected]',
src: rootURI + 'prefs.xhtml',
//scripts: [rootURI + 'prefs.js']
});

Services.scriptloader.loadSubScript(rootURI + 'zotero-ocr.js');
ZoteroOCR.init({ id, version, rootURI });
ZoteroOCR.addToAllWindows();
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"applications": {
"zotero": {
"id": "[email protected]",
"update_url": "https://raw.githubusercontent.com/UB-Mannheim/zotero-ocr/master/update.json",
"update_url": "https://raw.githubusercontent.com/UB-Mannheim/zotero-ocr/master/updates.json",
"strict_min_version": "6.999",
"strict_max_version": "7.0.*"
}
}
}
}
File renamed without changes.

0 comments on commit 4ecbce0

Please sign in to comment.