aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/data/include_js.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/include_js.php b/test/data/include_js.php
index 1e12588eb..ee9c71a5d 100644
--- a/test/data/include_js.php
+++ b/test/data/include_js.php
@@ -1,13 +1,13 @@
(function() {
-window.hasPHP = false /* <?php echo "*" + "/ || true /*"; ?> */;
+window.hasPHP = false /* <?php echo "*" . "/ || true /*"; ?> */;
if ( !window.top.jQueryIncludes ) {
window.top.jQueryIncludes = (function() {
var location = window.top.document.location.href,
- baseURL = location.replace( /\/test\/.+/, "/"),
+ baseURL = location.replace( /\/test\/.*/, "/"),
version = /(?:&|\?)jquery=([^&]+?)(?:$|&)/.exec( location ),
includes, i;