Revision: 1913
Author: [email protected]
Date: Mon Jun 21 17:05:07 2010
Log: Don't report problems to an individual - report to the community
http://code.google.com/p/simal/source/detail?r=1913

Modified:
/trunk/uk.ac.osswatch.simal.web/src/main/widgets/doapcreator/scripts/doapform.js

=======================================
--- /trunk/uk.ac.osswatch.simal.web/src/main/widgets/doapcreator/scripts/doapform.js Fri Jun 11 10:53:24 2010 +++ /trunk/uk.ac.osswatch.simal.web/src/main/widgets/doapcreator/scripts/doapform.js Mon Jun 21 17:05:07 2010
@@ -449,13 +449,13 @@
       if (xml_request.responseText.indexOf("http") == 0) {
alert('Project successfully saved to the registry.\n' + 'Visit the project here: ' + xml_request.responseText + 'Please keep the contents for your record.');
       } else {
- alert('It seems that saving the project remotely did not succeed. The message from the remote server is :\n\'' + xml_request.responseText + '\'\nPlease report this message and your file to [email protected].'); + alert('It seems that saving the project remotely did not succeed. The message from the remote server is :\n\'' + xml_request.responseText + '\'\nPlease report this message and submit DOAP to http://code.google.com/p/simal/issues/list');
       }
     } else if (xml_request.readyState == 4 && xml_request.status == 201) {
       if (xml_request.responseText.indexOf("http") == 0) {
alert('Project successfully saved to the registry.\n' + 'Visit the project here: ' + xml_request.responseText + 'Please keep the contents for your record.');
       } else {
- alert('It seems that saving the project remotely did not succeed. The message from the remote server is :\n\'' + xml_request.responseText + '\'\nPlease report this message and your file to [email protected].'); + alert('It seems that saving the project remotely did not succeed. The message from the remote server is :\n\'' + xml_request.responseText + '\'\nPlease report this message and submit DOAP to http://code.google.com/p/simal/issues/list');
       }
     }
   };

--
You received this message because you are subscribed to the Google Groups "Simal 
Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simal-commits?hl=en.

Reply via email to