Compare commits
	
		
			1 Commits
		
	
	
		
			bugfix/par
			...
			main
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 1a5c9cf46c | 
@@ -3403,12 +3403,12 @@ EditorUi.prototype.createSidebarFooterContainer = function()
 | 
				
			|||||||
EditorUi.prototype.createUi = function()
 | 
					EditorUi.prototype.createUi = function()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	// Creates menubar
 | 
						// Creates menubar
 | 
				
			||||||
	// this.menubar = (this.editor.chromeless) ? null : this.menus.createMenubar(this.createDiv('geMenubar'));
 | 
						this.menubar = (this.editor.chromeless) ? null : this.menus.createMenubar(this.createDiv('geMenubar'));
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
	// if (this.menubar != null)
 | 
						if (this.menubar != null)
 | 
				
			||||||
	// {
 | 
						{
 | 
				
			||||||
	// 	this.menubarContainer.appendChild(this.menubar.container);
 | 
							this.menubarContainer.appendChild(this.menubar.container);
 | 
				
			||||||
	// }
 | 
						}
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
	// Adds status bar in menubar
 | 
						// Adds status bar in menubar
 | 
				
			||||||
	if (this.menubar != null)
 | 
						if (this.menubar != null)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user