Skip to content

Commit

Permalink
Merge branch 'master' of github.com:inversepath/interlock
Browse files Browse the repository at this point in the history
  • Loading branch information
abarisani committed Jan 26, 2017
2 parents 33774df + ff9b7d9 commit 4831b01
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 4831b01

Please sign in to comment.