Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 329699 | Differences between
and this patch

Collapse All | Expand All

(-)advanced/toolbar.jsp (-1 / +5 lines)
Lines 231-238 Link Here
231
function toggleFrame(){
231
function toggleFrame(){
232
	// get to the frameset
232
	// get to the frameset
233
	var p = parent;
233
	var p = parent;
234
	while (p && !p.toggleFrame)
234
	while (p && !p.toggleFrame)  {	   
235
	    if (p === p.parent)  {
236
	        return;
237
        }
235
		p = p.parent;
238
		p = p.parent;
239
	}
236
	
240
	
237
	if (p!= null){
241
	if (p!= null){
238
		p.toggleFrame('<%=UrlUtil.JavaScriptEncode(data.getTitle())%>');
242
		p.toggleFrame('<%=UrlUtil.JavaScriptEncode(data.getTitle())%>');

Return to bug 329699