mirror of
https://github.com/wassname/Mostly-Harmless.git
synced 2026-07-01 16:50:37 +08:00
Duh, wrong spot.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user