Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
faebser committed Oct 24, 2015
1 parent 30e9ed2 commit c406c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ var backendStore = (function ($, Vue, superagent, Plite) {
p.reject();
}
else {
p.resolve();
p.resolve(response);
}
});

Expand Down

0 comments on commit c406c3d

Please sign in to comment.