mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	@@ -1359,7 +1359,7 @@ function initWikiForm() {
 | 
				
			|||||||
  const $editArea = $('.repository.wiki textarea#edit_area');
 | 
					  const $editArea = $('.repository.wiki textarea#edit_area');
 | 
				
			||||||
  let sideBySideChanges = 0;
 | 
					  let sideBySideChanges = 0;
 | 
				
			||||||
  let sideBySideTimeout = null;
 | 
					  let sideBySideTimeout = null;
 | 
				
			||||||
  if ($editArea.length > 0 && isMobile) {
 | 
					  if ($editArea.length > 0 && isMobile()) {
 | 
				
			||||||
    $editArea.css('display', 'inline-block');
 | 
					    $editArea.css('display', 'inline-block');
 | 
				
			||||||
    return;
 | 
					    return;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user