mirror of
https://github.com/neocities/neocities.git
synced 2025-08-13 12:59:27 +02:00
revert error message for save
This commit is contained in:
parent
369f1655a9
commit
365bf4f296
1 changed files with 1 additions and 2 deletions
|
@ -261,8 +261,7 @@
|
||||||
contentType: false,
|
contentType: false,
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
error: function(jqXHR, textStatus, errorThrown) {
|
error: function(jqXHR, textStatus, errorThrown) {
|
||||||
//var errorMessage = 'There has been an error saving your file, please try again. If it continues to fail, make a copy of the file locally so you don\'t lose your changes!'
|
var errorMessage = 'There has been an error saving your file, please try again. If it continues to fail, make a copy of the file locally so you don\'t lose your changes!'
|
||||||
var errorMessage = 'Due to a one-time Neocities session change, you have been logged out and your file was not saved. Open a new tab, log back in, then come back and click save. We apologize for the inconvenience.'
|
|
||||||
|
|
||||||
if(jqXHR.responseText) {
|
if(jqXHR.responseText) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue