/Web/JS/MLAB_Menu.js/MLAB_Menu.js |
---|
207,7 → 207,7 |
// Vlozeni cesty u vypisu adresaru |
function DrawDirectory() |
{ |
document.write(location.pathname); |
document.write(decodeURI(location.pathname)); |
} |
/Web/JS/MLAB_Menu.js/MLAB_Menu.js |
---|
207,7 → 207,7 |
// Vlozeni cesty u vypisu adresaru |
function DrawDirectory() |
{ |
document.write(location.pathname); |
document.write(decodeURI(location.pathname)); |
} |