function handleWindow()

in website-creator/js/connectflows.js [702:708]


function handleWindow(openClose, text){
	if(openClose == true)
		$( "#dialog" ).dialog( "open" );
	else
		$( "#dialog" ).dialog( "close" );

}