Skip to content

Commit

Permalink
web update
Browse files Browse the repository at this point in the history
  • Loading branch information
jolav committed Mar 5, 2023
1 parent aae6735 commit eb2eea1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 26 deletions.
4 changes: 1 addition & 3 deletions store/loc.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import (
"fmt"
"log"
"time"

u "github.com/jolav/codetabs/_utils"
)

type dataLoc struct {
Expand Down Expand Up @@ -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 {
Expand Down
4 changes: 1 addition & 3 deletions store/stars.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import (
"fmt"
"log"
"time"

u "github.com/jolav/codetabs/_utils"
)

type dataStars struct {
Expand Down Expand Up @@ -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 {
Expand Down
10 changes: 1 addition & 9 deletions www/cors-proxy/cors-proxy.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ <h1 class="big">

<div>
</br></br>
<a href="https://github.com/jolav/codetabs/issues/27">
<div class="centerText deprecated">
<p>
PLEASE READ THE NEWS ABOUT CORS-PROXY
</p>
</div>
</a>
</br></br>
</div>

<section class="description">
Expand Down Expand Up @@ -94,7 +86,7 @@ <h1 class="big">
<br>
<span>
<code>
<a href="https://api.codetabs.com/v1/proxy?quest=https://jolav.me/_public/icons/jolav128.png"> https://api.codetabs.com/v1/proxy?quest=&lturl_to_http_resource></a>
<a href="https://api.codetabs.com/v1/proxy/?quest=https://jolav.me/_public/img/rogue.png"> https://api.codetabs.com/v1/proxy?quest=&lturl_to_http_resource></a>
</code>
</span>
</div>
Expand Down
12 changes: 1 addition & 11 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,18 +96,8 @@ <h1 class="big centerText">
from any website.
<br> You can use to prevent mixed content of images and JSON data proxying the resources to serve them
under https.

<a href="https://github.com/jolav/codetabs/issues/27">
<div class="deprecated">
<p>
PLEASE READ THE NEWS ABOUT CORS-PROXY
</p>
</div>
</a>

</p>
</div>

</p>
<div class="justifyRight">
<small>API</small>
<div class="check verticalImage"></div>
Expand Down

0 comments on commit eb2eea1

Please sign in to comment.