Skip to content
Snippets Groups Projects
Commit 0bd19b49 authored by echicken's avatar echicken :chicken:
Browse files

Actually ... disable both of them.

parent 21e7a27b
Branches
Tags
No related merge requests found
...@@ -345,9 +345,11 @@ function getVotesInThread(sub, id) { ...@@ -345,9 +345,11 @@ function getVotesInThread(sub, id) {
case 1: case 1:
$('#uv-' + m).addClass('upvote-fg'); $('#uv-' + m).addClass('upvote-fg');
$('#uv-' + m).attr('disabled', true); $('#uv-' + m).attr('disabled', true);
$('#dv-' + m).attr('disabled', true);
break; break;
case 2: case 2:
$('#dv-' + m).addClass('downvote-fg'); $('#dv-' + m).addClass('downvote-fg');
$('#uv-' + m).attr('disabled', true);
$('#dv-' + m).attr('disabled', true); $('#dv-' + m).attr('disabled', true);
break; break;
default: default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment