Skip to content

Commit

Permalink
Merge pull request #305 from Safihre/develop-plushfix
Browse files Browse the repository at this point in the history
Plush fix for reporting
  • Loading branch information
shypike committed Sep 1, 2015
2 parents 1d1edda + b4bbb27 commit 4314787
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 4314787

Please sign in to comment.