javascript test for srp admin dashboard
This commit is contained in:
@@ -83,11 +83,11 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
function UpdateTotalLoss(val,id) {
|
function UpdateTotalLoss(val,id) {
|
||||||
window.location.href.replace("https://services.w4rp.space/srp/admin/update/lossvalue/" + id + "/" + val);
|
window.location.href("https://services.w4rp.space/srp/admin/update/lossvalue/" + id + "/" + val);
|
||||||
}
|
}
|
||||||
|
|
||||||
function UpdateShipType(val, id) {
|
function UpdateShipType(val, id) {
|
||||||
window.location.href.replace("https://services.w4rp.space/srp/admin/update/shiptype/" + id + "/" + val);
|
window.location.href("https://services.w4rp.space/srp/admin/update/shiptype/" + id + "/" + val);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@else
|
@else
|
||||||
|
|||||||
Reference in New Issue
Block a user