From eb2eea1365624f957be1a9185711e76af7628490 Mon Sep 17 00:00:00 2001 From: jolav Date: Sun, 5 Mar 2023 09:33:29 +0100 Subject: [PATCH] web update --- store/loc.go | 4 +--- store/stars.go | 4 +--- www/cors-proxy/cors-proxy.html | 10 +--------- www/index.html | 12 +----------- 4 files changed, 4 insertions(+), 26 deletions(-) diff --git a/store/loc.go b/store/loc.go index 13ebafa..ff2b67b 100644 --- a/store/loc.go +++ b/store/loc.go @@ -7,8 +7,6 @@ import ( "fmt" "log" "time" - - u "github.com/jolav/codetabs/_utils" ) type dataLoc struct { @@ -54,7 +52,7 @@ func (d dataLoc) LoadDataLoc() { if err != nil { log.Printf("ERROR LoadConfig %s\n", err) } - u.PrettyPrintStruct(languagesOUT) + //u.PrettyPrintStruct(languagesOUT) } func NewDataLoc() dataLoc { diff --git a/store/stars.go b/store/stars.go index f69dfff..5935930 100644 --- a/store/stars.go +++ b/store/stars.go @@ -7,8 +7,6 @@ import ( "fmt" "log" "time" - - u "github.com/jolav/codetabs/_utils" ) type dataStars struct { @@ -52,7 +50,7 @@ func (d dataStars) LoadDataStars() { if err != nil { log.Printf("ERROR LoadConfig %s\n", err) } - u.PrettyPrintStruct(data) + //u.PrettyPrintStruct(data) } func NewDataStars() dataStars { diff --git a/www/cors-proxy/cors-proxy.html b/www/cors-proxy/cors-proxy.html index ad332bb..d506516 100644 --- a/www/cors-proxy/cors-proxy.html +++ b/www/cors-proxy/cors-proxy.html @@ -28,14 +28,6 @@



- -
-

- PLEASE READ THE NEWS ABOUT CORS-PROXY -

-
-
-

@@ -94,7 +86,7 @@


- https://api.codetabs.com/v1/proxy?quest=<url_to_http_resource> + https://api.codetabs.com/v1/proxy?quest=<url_to_http_resource> diff --git a/www/index.html b/www/index.html index 4efefb6..4fc0ca1 100644 --- a/www/index.html +++ b/www/index.html @@ -96,18 +96,8 @@

from any website.
You can use to prevent mixed content of images and JSON data proxying the resources to serve them under https. - - -
-

- PLEASE READ THE NEWS ABOUT CORS-PROXY -

-
-
- +

- -

API