isomorphic-tutorial
isomorphic-tutorial copied to clipboard
Multiple POSTS on form submission
On the ga-jan-11
branch, after submitting a few new posts, each post seems to be POSTed multiple times resulting in duplicate posts.
edit// noted branch.
A fix is to put $('#view-container').unbind();
within Router.prototype.handleClientRoute
.