Skip to content

Commit

Permalink
Plush fix for reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Safihre committed Aug 31, 2015
1 parent c0c2037 commit b4bbb27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interfaces/Plush/templates/static/javascripts/plush.js
Expand Up @@ -1104,7 +1104,7 @@ $.plush.histprevslots = $.plush.histnoofslots; // for the next refresh
type: "POST",
url: "tapi",
data: {mode:'queue', name:'rating', value: nzo_id, type: videoAudio, setting: $(this).val(), apikey: $.plush.apikey},
success: $.plush.RefreshHistory
success: $.plush.Refresh
});
});

Expand All @@ -1116,7 +1116,7 @@ $.plush.histprevslots = $.plush.histnoofslots; // for the next refresh
type: "POST",
url: "tapi",
data: {mode:'queue', name:'rating', value: nzo_id, type: 'vote', setting: upDown, apikey: $.plush.apikey},
success: $.plush.RefreshHistory
success: $.plush.Refresh
});
});

Expand Down

0 comments on commit b4bbb27

Please sign in to comment.