Skip to content

Commit

Permalink
sync to 0.9.47
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeTWC1984 authored May 1, 2024
1 parent b359566 commit bf24b19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion htdocs/js/pages/Schedule.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,8 @@ Class.subclass(Page.Base, "Page.Schedule", {
// this.opts = event.options || {}

// check for autosave recovery
if (app.autosave_event) {
// sync to 0.9.47 - disable autosave
if (0 && app.autosave_event) {
if (args.id == app.autosave_event.id) {
Debug.trace("Recovering autosave data for: " + args.id);
event = app.autosave_event;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cronicle-edge",
"version": "1.9.1",
"version": "1.9.2",
"description": "A simple, distributed task scheduler and runner with a web based UI.",
"author": "Joseph Huckaby <[email protected]>",
"homepage": "https://github.com/jhuckaby/Cronicle",
Expand Down

0 comments on commit bf24b19

Please sign in to comment.