Skip to content

Commit c953ae5

Browse files
Merge pull request #215 from geoff-rmtech/fix-jquery-definition-misidentyifying-popupoverlay
Fix jquery definition misidentifying popupoverlay
2 parents fa27f8d + d93629b commit c953ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/technologies/j.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@
13821382
"scriptSrc": [
13831383
"jquery",
13841384
"/jquery(?:-(\\d+\\.\\d+\\.\\d+))[/.-]\\;version:\\1",
1385-
"/(\\d+\\.\\d+\\.\\d+)/jquery[/.-][^u]\\;version:\\1"
1385+
"/(\\d+\\.\\d+\\.\\d+)/jquery(?!\\.popupoverlay\\.js)[/.-][^u]\\;version:\\1"
13861386
],
13871387
"website": "https://jquery.com"
13881388
},

0 commit comments

Comments
 (0)