We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff4f82 commit 9569607Copy full SHA for 9569607
web_src/js/index.js
@@ -1359,7 +1359,7 @@ function initWikiForm() {
1359
const $editArea = $('.repository.wiki textarea#edit_area');
1360
let sideBySideChanges = 0;
1361
let sideBySideTimeout = null;
1362
- if ($editArea.length > 0 && isMobile) {
+ if ($editArea.length > 0 && isMobile()) {
1363
$editArea.css('display', 'inline-block');
1364
return;
1365
}
0 commit comments