Made some changes to leoserver explained in the commit message: https://github.com/leo-editor/leo-editor/commit/736a6a5
eliminate jQuery.ajax() calls and some other changes, but that's the main difference. Using fetch() instead will break the client for legacy broswers like IE, but let's not rush to fix that, there are a number of possible fixes: https://www.javascriptstuff.com/ajax-libraries/ and we should pick one deliberately. I'm assuming we'll use something like Vue, rather than jQuery, for the UI, and Vue doesn't handle ajax, hence this change. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
