Skip to content

Commit

Permalink
Merge branch 'master' into gh-2
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Feb 18, 2022
2 parents 42ceebe + 892fc00 commit 432a6ac
Show file tree
Hide file tree
Showing 7 changed files with 1,168 additions and 1,020 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: release

on:
push:
push: null

jobs:
release:
Expand Down
1 change: 0 additions & 1 deletion content/itemPane.xul
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
</tabpanels>

<!-- Include the main extension logic -->
<script src="chrome://zotero/content/include.js"/>
<script>
var globals = Function('return this')();
window.addEventListener('load', event => {
Expand Down
1 change: 0 additions & 1 deletion content/zoteroPane.xul
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
</treecols>

<!-- Include the main extension logic -->
<script src="chrome://zotero/content/include.js"/>
<script src="chrome://zotero-pubpeer/content/pubpeer.js"/>
<script>
var globals = Function('return this')();
Expand Down
Loading

0 comments on commit 432a6ac

Please sign in to comment.