- Timestamp:
- Sep 6, 2007, 9:47:52 AM (15 years ago)
- Location:
- branches/2.4-stable/www
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4-stable/www/exception/exception.jsp
r3679 r3711 121 121 Main.hide('goback'); 122 122 } 123 if (window. opener != null)123 if (window.top != null && window.top.opener != null) 124 124 { 125 125 // popup window --> Hide menubar -
branches/2.4-stable/www/filemanager/upload/show_exception.jsp
r3675 r3711 51 51 sc.setSessionSetting("FileUploadProgress", null); 52 52 sc.setSessionSetting("UnpackProgress", null); 53 throw progress.getException();53 if (progress.getException() != null) throw progress.getException(); 54 54 %>
Note: See TracChangeset
for help on using the changeset viewer.