Removes obsolete noise in error msg, mkjsf-16
[mkjsf-moved-to-github.git] / src / META-INF / resources / pz2utils / listeners.js
index 3bbfa2b..b46014e 100644 (file)
@@ -104,7 +104,7 @@ function errorListener(data) {
   if (data.source.name === "pz2watch:activeclientsField") {\r
     alert("This occurred when polling: ["\r
         + data.description\r
-        + "]. The page could be in an inconsistent state after this. We apologize for the inconvenience.");\r
+        + "].");\r
   } else {\r
     var pattern = /viewId.*could not be restored./;\r
     if (pattern.test(data.description)) {\r
@@ -114,7 +114,7 @@ function errorListener(data) {
           + data.errorName + ": " +data.description\r
           + "] was triggered by ["\r
           + data.source.name\r
-          + "]. The page could be in an inconsistent state after this. We apologize for the inconvenience.");\r
+          + "].");\r
     }\r
   }\r
 }\r