mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Fix for dir with spaces issues
This commit is contained in:
parent
8556f7f551
commit
0baacf1d10
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@
|
|||
if(unsavedChanges == false)
|
||||
return
|
||||
$.ajax({
|
||||
url: '/site_files/save/<%= Rack::Utils.escape @filename %>?csrf_token=<%= Rack::Utils.escape csrf_token %>',
|
||||
url: '/site_files/save/<%= @filename %>?csrf_token=<%= Rack::Utils.escape csrf_token %>',
|
||||
data: editor.getValue(),
|
||||
processData: false,
|
||||
contentType: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue