mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-04 15:12:23 -05:00
Merge pull request #1268 from abeloin/patch-boxcar2
Fix case issue for accesstoken
This commit is contained in:
commit
bc603f28e6
@ -102,7 +102,7 @@ $(document).ready(function(){
|
|||||||
$('#boxcar2_accesstoken').removeClass('warning');
|
$('#boxcar2_accesstoken').removeClass('warning');
|
||||||
$(this).prop('disabled', true);
|
$(this).prop('disabled', true);
|
||||||
$('#testBoxcar2-result').html(loading);
|
$('#testBoxcar2-result').html(loading);
|
||||||
$.get(sbRoot + '/home/testBoxcar2', {'accessToken': boxcar2_accesstoken})
|
$.get(sbRoot + '/home/testBoxcar2', {'accesstoken': boxcar2_accesstoken})
|
||||||
.done(function (data) {
|
.done(function (data) {
|
||||||
$('#testBoxcar2-result').html(data);
|
$('#testBoxcar2-result').html(data);
|
||||||
$('#testBoxcar2').prop('disabled', false);
|
$('#testBoxcar2').prop('disabled', false);
|
||||||
|
Loading…
Reference in New Issue
Block a user