Duh, wrong spot.

This commit is contained in:
Kerrick Long
2011-06-16 23:56:44 -05:00
parent 2902eac2ef
commit dde2dd848d
+2 -2
View File
@@ -140,9 +140,9 @@ function buildPage(pageUrl) {
}
function apiCall(call, postId) {
var formData = new FormData();
var apiUrl = new String();
switch(call) {
var formData = new FormData();
var apiUrl = new String();
case 'upmod':
apiUrl = 'http://www.reddit.com/api/vote';
formData.append('id',postId);