fix some of the news functionality

This commit is contained in:
Quincy Larson
2015-04-30 17:18:08 -07:00
parent 2cb02176a4
commit 222f9b9a64
5 changed files with 23 additions and 22 deletions

View File

@@ -265,7 +265,7 @@ $(document).ready(function() {
$('#story-submit').bind('click', storySubmitButtonHandler);
})
.done(function (data, textStatus, xhr) {
window.location = '/stories/' + JSON.parse(data).storyLink;
window.location = '/news/' + JSON.parse(data).storyLink;
});
};