Skip to content

Commit 82dcdfa

Browse files
committed
url
1 parent b16f323 commit 82dcdfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

renzu_hud/ui/js/demo.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ function setShowCarcontrol(bool) {
954954
function post(name,data){
955955
var name = name;
956956
var data = data;
957-
$.post("https://hud/"+name,JSON.stringify(data));
957+
$.post("https://renzu_hud/"+name,JSON.stringify(data));
958958
}
959959
function indexname(index) {
960960
if (index == 0) {
@@ -1697,13 +1697,13 @@ function SetNotify(table) {
16971697
}
16981698

16991699
function CallbackCLothing(variant,variant2) {
1700-
$.post('https://hud/ChangeClothes', JSON.stringify({
1700+
$.post('https://renzu_hud/ChangeClothes', JSON.stringify({
17011701
variant : variant, variant2: variant2, state: state[variant]
17021702
}))
17031703
}
17041704

17051705
function ResetClothes() {
1706-
$.post('https://hud/resetclothing', JSON.stringify({}))
1706+
$.post('https://renzu_hud/resetclothing', JSON.stringify({}))
17071707
}
17081708

17091709
function hasClass(element, className) {

0 commit comments

Comments
 (0)