Changeset 1508 for trunk/web-app
- Timestamp:
- Feb 9, 2011, 11:10:38 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web-app/js/studywizard.js
r1488 r1508 274 274 onChange : function(file, ext) { 275 275 oldFile = $('#' + field_id).val(); 276 if (oldFile != '' ) {276 if (oldFile != '' && oldFile != 'existing*' && oldFile != '*deleted*' ) { 277 277 if (!confirm('The old file is deleted when uploading a new file. Do you want to continue?')) { 278 278 return false;
Note: See TracChangeset
for help on using the changeset viewer.