Files
alfresco-community-repo/source/web/scripts/onload.js
2008-03-13 13:43:38 +00:00

13 lines
277 B
JavaScript

//
// window.onload function for r:page tag
//
function onloadFunc(webdavUrl, cifsPath)
{
// i place this here only for others usage of onloadFunc
if (webdavUrl != "")
openDoc(webdavUrl);
if (cifsPath != "")
window.open(cifsPath, "_blank");
}