mirror of https://github.com/go-gitea/gitea.git
parent
8ff4f82e05
commit
9569607abb
|
@ -1359,7 +1359,7 @@ function initWikiForm() {
|
|||
const $editArea = $('.repository.wiki textarea#edit_area');
|
||||
let sideBySideChanges = 0;
|
||||
let sideBySideTimeout = null;
|
||||
if ($editArea.length > 0 && isMobile) {
|
||||
if ($editArea.length > 0 && isMobile()) {
|
||||
$editArea.css('display', 'inline-block');
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue