Merge pull request #214 from MrRenter/upvoteFix

Upvote fix
This commit is contained in:
Quincy Larson
2015-03-17 15:48:15 -07:00
3 changed files with 19 additions and 4 deletions

View File

@@ -126,6 +126,7 @@ $(document).ready(function() {
});
var upvoteHandler = function () {
$(".ion-arrow-up-b").hide();
var _id = storyId;
$('#upvote').unbind('click');
var alreadyUpvoted = false;