Suppress Comm Errors



This flag can be set to boolean true to suppress alert boxes that display when there is a communication failure between the browser and Profound UI / Genie session controller.

// Always suppress the alert boxes: pui["suppress comm errors"] = true;   // Suppress the alert boxes only if running in a frame: if (parent != window) pui["suppress comm errors"] = true;

Where do you save this configuration option? Here.