Mercurial > hg > ismi-richfaces
view src/main/webapp/imageServer/resources/js/jquery-ui-1.10.4/tests/jquery.js @ 216:93d33f138c9e default tip
update medeniyet image server URL.
author | casties |
---|---|
date | Wed, 26 Jan 2022 16:39:32 +0100 |
parents | 764f47286679 |
children |
line wrap: on
line source
(function() { var parts = document.location.search.slice( 1 ).split( "&" ), length = parts.length, i = 0, current, version, url; for ( ; i < length; i++ ) { current = parts[ i ].split( "=" ); if ( current[ 0 ] === "jquery" ) { version = current[ 1 ]; break; } } if ( version === "git" ) { url = "http://code.jquery.com/jquery-git.js"; } else { url = "../../jquery-" + ( version || "1.10.2" ) + ".js"; } document.write( "<script src='" + url + "'></script>" ); }() );