so spaces and tabs are totally differnt...whitespace fixes
This commit is contained in:
@@ -121,7 +121,7 @@ $(document).ready(function() {
|
||||
|
||||
var upvoteHandler = function () {
|
||||
$(".ion-arrow-up-b").hide();
|
||||
var _id = storyId;
|
||||
var _id = storyId;
|
||||
$('#upvote').unbind('click');
|
||||
var alreadyUpvoted = false;
|
||||
for (var i = 0; i < upVotes.length; i++) {
|
||||
|
Reference in New Issue
Block a user