Skip to content

Commit

Permalink
Merge pull request #18 from PatPL/dev
Browse files Browse the repository at this point in the history
Web.0.9.3.1
  • Loading branch information
PatPL authored Jan 5, 2020
2 parents 984c7a2 + e102979 commit 4959664
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion TS_SOURCE/js/Version.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
///<reference path="./Utilities/Notifier.ts" />
class Version {

public static readonly CurrentVersion = "Web.0.9.3";
public static readonly CurrentVersion = "Web.0.9.3.1";

}

Expand Down
8 changes: 0 additions & 8 deletions TS_SOURCE/js/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,14 +268,6 @@ addEventListener ("DOMContentLoaded", () => {
};
MainEngineTable.RebuildTable ();

// Autosave
setInterval (
() => {
Autosave.Save (MainEngineTable.Items, ListName);
},
1000 * 60 * 2
);

});

/* Interferes with copy-pasting other values
Expand Down
5 changes: 1 addition & 4 deletions js/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/index.js.map

Large diffs are not rendered by default.

0 comments on commit 4959664

Please sign in to comment.