Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Content Freeze

As of July 25th, 2023, there is a content freeze on this page.

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.

  • No labels