isomorphic-tutorial icon indicating copy to clipboard operation
isomorphic-tutorial copied to clipboard

Multiple POSTS on form submission

Open sprice opened this issue 11 years ago • 1 comments

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.

sprice avatar Feb 08 '14 08:02 sprice

A fix is to put $('#view-container').unbind(); within Router.prototype.handleClientRoute.

sprice avatar Feb 08 '14 08:02 sprice