blob: 336f2771b1ad9f427495744392c63c89a2c822c2 [file] [log] [blame]
function normalizeURL(url)
{
return url.substring(url.lastIndexOf("/") + 1);
}