Skip to content

Commit

Permalink
allow to insert newline character(s) - new file editor
Browse files Browse the repository at this point in the history
  • Loading branch information
danbia committed Jan 26, 2017
1 parent 1d4af34 commit ff9b7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/file_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Interlock.FileManager = new function() {
.addClass('text ui-widget-content ui-corner-all')];

Interlock.UI.modalFormConfigure({ elements: elements, buttons: buttons,
submitButton: 'Create file', title: 'Create new file', height: 600, width: 550 });
title: 'Create new file', height: 600, width: 550 });
Interlock.UI.modalFormDialog('open');
});

Expand Down

0 comments on commit ff9b7d9

Please sign in to comment.