Skip to content

Commit

Permalink
Back to previous version of jquery 1.11.3 due to Google malware issue
Browse files Browse the repository at this point in the history
  • Loading branch information
morvader committed Jun 30, 2018
1 parent 665b5c0 commit 3e34e89
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion HTMLReport/preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="../lib/date.js" type="text/javascript"></script>
<script src="../lib/browserInfo.js" type="text/javascript"></script>
<script src="../lib/canvasjs.min.js" type="text/javascript"></script>
<script src="../js/jquery-3.3.1.min.js" type="text/javascript"></script>
<script src="../js/jquery-1.11.3.min.js" type="text/javascript"></script>

</head>
<body>
Expand Down
5 changes: 5 additions & 0 deletions js/jquery-1.11.3.min.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions js/jquery-3.3.1.min.js

This file was deleted.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"short_name": "Chrome Exploratory Testing",
"description": "Exploratory testing session using Chrome",
"author": "@morvader",
"version": "2.0.1",
"version": "2.0.2",
"icons": {
"16": "/icons/iconbig.png",
"48": "/icons/iconbig.png",
Expand Down
2 changes: 1 addition & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Exploratory Testing Chrome Extension</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/popUp.css">
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="js/jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/popup.js"></script>
</head>
Expand Down

0 comments on commit 3e34e89

Please sign in to comment.