From bb1c15205c2c02c4cadea99c3cf8a81fd011433f Mon Sep 17 00:00:00 2001 From: Nuwan Date: Sat, 18 Mar 2023 20:09:09 +0530 Subject: [PATCH] fix GetDetailedOS --- web/app/assets/javascripts/clientUpdate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/assets/javascripts/clientUpdate.js b/web/app/assets/javascripts/clientUpdate.js index 544ec4598..8b4ea6f52 100644 --- a/web/app/assets/javascripts/clientUpdate.js +++ b/web/app/assets/javascripts/clientUpdate.js @@ -256,7 +256,7 @@ // check if updated is needed async function check() { - var os = await context.JK.getDetailedOS(); + var os = await context.jamClient.GetDetailedOS(); //os = 'Win32' // check kill switch before all other logic