Revision: 1976
Author: [email protected]
Date: Fri Jul 23 03:21:02 2010
Log: Not all errors were reported to the user; now always report
unsuccessful commit to Wookie.
http://code.google.com/p/simal/source/detail?r=1976
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 Jul 23 01:56:57 2010
+++
/trunk/uk.ac.osswatch.simal.web/src/main/widgets/doapcreator/scripts/doapform.js
Fri Jul 23 03:21:02 2010
@@ -462,7 +462,7 @@
} else {
reportError(xml_request);
}
- } else if (xml_request.readyState == 4 && xml_request.status == 500) {
+ } else if (xml_request.readyState == 4) {
reportError(xml_request);
}
};
--
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.