Skip to content

Commit d93629b

Browse files
committed
Fix jquery definition misidentifying popupoverlay
1 parent fa27f8d commit d93629b

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)