When you hit an error, you want to see the entire error message
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 8 Apr 2008 00:42:32 +0000 (00:42 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 8 Apr 2008 00:42:32 +0000 (00:42 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@9259 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/util/error.js

index 4c36316..63b45ad 100644 (file)
@@ -258,7 +258,7 @@ util.error.prototype = {
        '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',