We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318d47b commit 014b2a5Copy full SHA for 014b2a5
test/data/include_js.php
@@ -1,13 +1,13 @@
1
(function() {
2
3
-window.hasPHP = false /* <?php echo "*" + "/ || true /*"; ?> */;
+window.hasPHP = false /* <?php echo "*" . "/ || true /*"; ?> */;
4
5
if ( !window.top.jQueryIncludes ) {
6
7
window.top.jQueryIncludes = (function() {
8
9
var location = window.top.document.location.href,
10
- baseURL = location.replace( /\/test\/.+/, "/"),
+ baseURL = location.replace( /\/test\/.*/, "/"),
11
version = /(?:&|\?)jquery=([^&]+?)(?:$|&)/.exec( location ),
12
includes, i;
13
0 commit comments