mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 13:38:27 -05:00
Not testing his code properly makes Julian a silly coder.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user