temp message for logging back in

This commit is contained in:
Kyle Drake 2025-01-31 20:33:03 -06:00
parent 98acf7ce89
commit f8f914879c

View file

@ -261,7 +261,8 @@
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 {