Radiate.prototype.showHidePostFrame = function()

in Radii8Designer/src/js/Radiate.js [186:191]


Radiate.prototype.showHidePostFrame = function () {
	if (this.postFrame) {
		this.postFrame.style.display = this.postFrame.style.display=='none' ? 'block' : 'none';
		console.log("Post frame display: " + postFrame.style.display);
	}
}