Skip to content

Commit

Permalink
Forgot to apply 1.2.2 changes 🤦 SO here's 1.2.3 which implements 1.2.…
Browse files Browse the repository at this point in the history
…2. Nice
  • Loading branch information
probablykasper committed Nov 8, 2017
1 parent 2d10c29 commit 3532da0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chrome-extension/extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Taskler",
"version": "1.2.2",
"version": "1.2.3",
"description": "A simple todo New Tab page",
"icons": {
"128": "icon128.png",
Expand Down
2 changes: 2 additions & 0 deletions chrome-extension/extension/todo.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ function reloadTasks(callback) {
} else {
findGistId(personalAccessToken, function(id) {
if (id) {
gistId = id;
localStorage.setItem("gistId", gistId);
findGist(personalAccessToken, id, function(content, updatedAt) {
gistFound(content, updatedAt);
if (callback) callback();
Expand Down

0 comments on commit 3532da0

Please sign in to comment.