From ff9b7d9bedc56b948fa597fa4402b9f232bb5798 Mon Sep 17 00:00:00 2001 From: Daniele Bianco Date: Thu, 26 Jan 2017 14:01:06 +0100 Subject: [PATCH] allow to insert newline character(s) - new file editor --- static/js/file_manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/file_manager.js b/static/js/file_manager.js index fd267f2..374c875 100644 --- a/static/js/file_manager.js +++ b/static/js/file_manager.js @@ -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'); });