From 8a695a160e668c231e02cf8b9a4c3513f7939aa4 Mon Sep 17 00:00:00 2001 From: jaideraf Date: Thu, 21 Aug 2025 16:09:53 -0300 Subject: [PATCH] Update sample-client.html Fix GET file://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js net::ERR_INVALID_URL And update JS syntax (var to const) --- sample-client.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sample-client.html b/sample-client.html index d3f10c8..6ed8d39 100644 --- a/sample-client.html +++ b/sample-client.html @@ -1,19 +1,19 @@ Coce Client Sample - +