diff --git a/module/doc/js/selectlibtype.js b/module/doc/js/selectlibtype.js index 79f8803cba..02393b4e56 100644 --- a/module/doc/js/selectlibtype.js +++ b/module/doc/js/selectlibtype.js @@ -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); }