/Web/JS/MLAB_Menu.js |
---|
202,6 → 202,13 |
// Výstup sestaveného textu |
document.write(Content); |
} |
// Vlozeni cesty u vypisu adresaru |
function DrawDirectory() |
{ |
document.write(location.pathname); |
} |
//============================================= |
/Web/JS/MLAB_Menu.js |
---|
202,6 → 202,13 |
// Výstup sestaveného textu |
document.write(Content); |
} |
// Vlozeni cesty u vypisu adresaru |
function DrawDirectory() |
{ |
document.write(location.pathname); |
} |
//============================================= |