Skip to content

Commit

Permalink
url
Browse files Browse the repository at this point in the history
  • Loading branch information
renzuzu committed Jul 24, 2021
1 parent b16f323 commit 82dcdfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions renzu_hud/ui/js/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ function setShowCarcontrol(bool) {
function post(name,data){
var name = name;
var data = data;
$.post("https://hud/"+name,JSON.stringify(data));
$.post("https://renzu_hud/"+name,JSON.stringify(data));
}
function indexname(index) {
if (index == 0) {
Expand Down Expand Up @@ -1697,13 +1697,13 @@ function SetNotify(table) {
}

function CallbackCLothing(variant,variant2) {
$.post('https://hud/ChangeClothes', JSON.stringify({
$.post('https://renzu_hud/ChangeClothes', JSON.stringify({
variant : variant, variant2: variant2, state: state[variant]
}))
}

function ResetClothes() {
$.post('https://hud/resetclothing', JSON.stringify({}))
$.post('https://renzu_hud/resetclothing', JSON.stringify({}))
}

function hasClass(element, className) {
Expand Down

0 comments on commit 82dcdfa

Please sign in to comment.