* Remove the unsed code.

This commit is contained in:
hufangzhou
2022-07-27 17:40:31 +08:00
parent c605d6e51c
commit a9f10fe868
-1
View File
@@ -18,7 +18,6 @@ function redirectParentWindow(objectType, libID, docType)
{
var link = createLink('doc', 'create', 'objectType=' + objectType + '&objectID=0&libID=' + libID + '&moduleID=0&docType=' + docType + '&fromGlobal=true') + '#app=doc';
}
window.parent.$.apps.close('doc');
window.parent.$.apps.open(link);
}