[open-ils-commits] r9259 - trunk/Open-ILS/xul/staff_client/chrome/content/util

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Apr 7 21:19:35 EDT 2008


Author: dbs
Date: 2008-04-07 20:42:32 -0400 (Mon, 07 Apr 2008)
New Revision: 9259

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/util/error.js
Log:
When you hit an error, you want to see the entire error message


Modified: trunk/Open-ILS/xul/staff_client/chrome/content/util/error.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/util/error.js	2008-04-07 20:29:41 UTC (rev 9258)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/util/error.js	2008-04-08 00:42:32 UTC (rev 9259)
@@ -258,7 +258,7 @@
 	'standard_network_error_alert' : function(msg) {
 		var obj = this;
 		if (!msg) msg = '';
-		var alert_msg = 'We experienced a network/server communication failure.  Please check your internet connection and try this action again.  Repeated failures may require attention from your local IT staff or your friendly Evergreen developers.\n\n' + msg.substr(0,100);
+		var alert_msg = 'We experienced a network/server communication failure.  Please check your internet connection and try this action again.  Repeated failures may require attention from your local IT staff or your friendly Evergreen developers.\n\n' + msg;
 		obj.yns_alert(
 			alert_msg,	
 			'Communication Failure',



More information about the open-ils-commits mailing list