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.
2 parents a85ac87 + d1d4733 commit c3775f4Copy full SHA for c3775f4
resources/views/server/files/add.blade.php
@@ -268,7 +268,7 @@ function save() {
268
url: '{{ route('server.files.save', $server->uuidShort) }}',
269
headers: { 'X-CSRF-Token': '{{ csrf_token() }}' },
270
data: {
271
- file: '{{ $directory }}' + $('#file_name').val(),
+ file: $('#file_name').val(),
272
contents: Editor.getValue()
273
}
274
}).done(function (data) {
0 commit comments