Not testing his code properly makes Julian a silly coder.

This commit is contained in:
jaubourg
2012-03-07 11:58:18 +01:00
parent 318d47b730
commit 014b2a5700

View File

@@ -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;