|
@@ -25,7 +25,10 @@ Template.postSubmit.events({
|
|
|
alert("This link has already been posted");
|
|
|
}
|
|
|
|
|
|
- Router.go('postPage', { _id: result._id });
|
|
|
+ // Router.go('postPage', { _id: result._id });
|
|
|
});
|
|
|
+
|
|
|
+ // Return to list page without waiting for the insert.
|
|
|
+ Router.go('postsList');
|
|
|
}
|
|
|
});
|