Changeset 12 for trunk/grails-app/views/fasta/showProcessScreen.gsp
- Timestamp:
- Feb 9, 2011, 9:04:29 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/fasta/showProcessScreen.gsp
r7 r12 43 43 clearInterval( progressInterval ); 44 44 45 alert( "Error " + xhr. responseCode + ": " + textStatus);46 window.location.replace( "<g:createLink controller="${entityType}" action="show" id="${entityId}" />" );45 alert( "Error " + xhr.getStatus() + ": " + xhr.getStatusText() ); 46 //window.location.replace( "<g:createLink controller="${entityType}" action="show" id="${entityId}" />" ); 47 47 } 48 48 });
Note: See TracChangeset
for help on using the changeset viewer.