mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
increase default minimum lines on editor
This commit is contained in:
parent
44bda43792
commit
97d473b21d
2
assets/js/app.min.js
vendored
2
assets/js/app.min.js
vendored
File diff suppressed because one or more lines are too long
@ -25,7 +25,8 @@ $(document).on('page:editor', function() {
|
|||||||
maxLines: Infinity,
|
maxLines: Infinity,
|
||||||
theme: "ace/theme/github",
|
theme: "ace/theme/github",
|
||||||
showPrintMargin: false,
|
showPrintMargin: false,
|
||||||
fontSize: "1em"
|
fontSize: "1em",
|
||||||
|
minLines: 20
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#content').on('click', '#see-source', function(event) {
|
$('#content').on('click', '#see-source', function(event) {
|
||||||
|
Loading…
Reference in New Issue
Block a user