Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit c83bb54

Browse files
committed
refactor: update minified javascript files
Minified javascript files have been updated to the latest version
1 parent fe379a4 commit c83bb54

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
7373
// Set to the IP of the GTA server running "live_map" and change the port to the
7474
// number that is in the "server.lua" file
75-
var _SETTINGS_socketUrl = "wss://identityrp.co.uk:30121"
75+
var _SETTINGS_socketUrl = "wss://iidentityrp.co.uk:30121"
7676
7777
</script>
7878
@@ -178,7 +178,7 @@ function startMarkers(){
178178
e.preventDefault();
179179
180180
_showBlips = !_showBlips;
181-
181+
182182
webSocket.send("getBlips");
183183
184184
$("#blips_enabled").removeClass("label-success").removeClass("label-danger")

0 commit comments

Comments
 (0)