Skip to content

Commit

Permalink
update to jquery 3.4.1. Fixes #1.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesofakillers committed Nov 19, 2019
1 parent d0950a1 commit cc7dcd5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions GPTrueOrFalse/src/libraries/jquery-3.3.1.slim.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions GPTrueOrFalse/src/libraries/jquery-3.4.1.slim.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion GPTrueOrFalse/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "GPTrue or False",
"version": "3.0.0",
"version": "3.0.1",
"description": "Display OpenAI's GPT-2 log probability of a sample of text.",
"icons": {
"16": "./images/icon/16.png",
Expand Down
2 changes: 1 addition & 1 deletion GPTrueOrFalse/src/popup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h4>Determine realness of selected text</h4>
<p>placeholder text</p>
</div>
</div>
<script src="../libraries/jquery-3.3.1.slim.min.js"></script>
<script src="../libraries/jquery-3.4.1.slim.min.js"></script>
<script src="../libraries/popper.min.js"></script>
<script src="../libraries/bootstrap.min.js"></script>
<script src="../libraries/browser-polyfill.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion GPTrueOrFalse/src/popup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ window.onload = () => {
.then(() => {
// inject the necessary scripts otherwise.
return browser.tabs.executeScript({
file: "/libraries/jquery-3.3.1.slim.min.js"
file: "/libraries/jquery-3.4.1.slim.min.js"
});
})
.then(() => {
Expand Down

0 comments on commit cc7dcd5

Please sign in to comment.