mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 03:22:22 -05:00
Fixed ajax calls to update function.
This commit is contained in:
parent
0f2941435f
commit
1908f76eaf
@ -71,9 +71,8 @@ $(document).ready(function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$('#branchCheckout').click(function () {
|
$('#branchCheckout').click(function () {
|
||||||
$("#branchCheckout").attr("disabled", true);
|
url = sbRoot+'/home/branchCheckout?branch='+$("#branchVersion").val();
|
||||||
$.get(sbRoot + "/home/branchCheckout", {'branch': $("#branchVersion").val()},
|
window.location.href = url;
|
||||||
function (data){ $(this).html(data); });
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user