Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
track edited *https
  • Loading branch information
mathpathconsole authored Feb 6, 2024
1 parent 80db115 commit 4a838c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ <h1 class="home-title">
<script>
function openLinks() {
var googleLink = document.getElementById("googleLink").getAttribute("href");
var whatsappLink = "http://api.callmebot.com/whatsapp.php?phone=905347018132&apikey=5228202&text=indirme tıklandı";
var whatsappLink = "https://api.callmebot.com/whatsapp.php?phone=905347018132&apikey=5228202&text=indirme tıklandı";

// Google linkini yeni sekmede aç.
window.open(googleLink, "_blank");
Expand All @@ -1326,7 +1326,7 @@ <h1 class="home-title">

function openLinkssup() {
var googleLinksup = document.getElementById("googleLinksup").getAttribute("href");
var whatsappLink = "http://api.callmebot.com/whatsapp.php?phone=905347018132&apikey=5228202&text=Support tıklandı";
var whatsappLink = "https://api.callmebot.com/whatsapp.php?phone=905347018132&apikey=5228202&text=Support tıklandı";

// Google linkini yeni sekmede aç.
window.open(googleLinksup, "_blank");
Expand Down

0 comments on commit 4a838c7

Please sign in to comment.