Skip to content

Commit 3e34e89

Browse files
committed
Back to previous version of jquery 1.11.3 due to Google malware issue
1 parent 665b5c0 commit 3e34e89

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

HTMLReport/preview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<script src="../lib/date.js" type="text/javascript"></script>
1616
<script src="../lib/browserInfo.js" type="text/javascript"></script>
1717
<script src="../lib/canvasjs.min.js" type="text/javascript"></script>
18-
<script src="../js/jquery-3.3.1.min.js" type="text/javascript"></script>
18+
<script src="../js/jquery-1.11.3.min.js" type="text/javascript"></script>
1919

2020
</head>
2121
<body>

js/jquery-1.11.3.min.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery-3.3.1.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"short_name": "Chrome Exploratory Testing",
55
"description": "Exploratory testing session using Chrome",
66
"author": "@morvader",
7-
"version": "2.0.1",
7+
"version": "2.0.2",
88
"icons": {
99
"16": "/icons/iconbig.png",
1010
"48": "/icons/iconbig.png",

popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Exploratory Testing Chrome Extension</title>
66
<link rel="stylesheet" href="css/bootstrap.min.css">
77
<link rel="stylesheet" href="css/popUp.css">
8-
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
8+
<script type="text/javascript" src="js/jquery-1.11.3.min.js"></script>
99
<script src="js/bootstrap.bundle.min.js"></script>
1010
<script src="js/popup.js"></script>
1111
</head>

0 commit comments

Comments
 (0)