From c102a6e6d1da96afe76a8c8df44a0403453b0ad4 Mon Sep 17 00:00:00 2001 From: singharaj usai Date: Tue, 1 Oct 2024 10:16:49 -0400 Subject: [PATCH] fixed version.js script --- client/js/auth/auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/js/auth/auth.js b/client/js/auth/auth.js index 2feb4ae..d9464bb 100644 --- a/client/js/auth/auth.js +++ b/client/js/auth/auth.js @@ -1,6 +1,6 @@ let VERSION; -$.getScript('./js/version.js', function() { +$.getScript('/js/version.js', function() { VERSION = window.VERSION; });