From 4b66578f194c207c29f9fae5168dbd81b799c93c Mon Sep 17 00:00:00 2001
From: Ferry Ayunda <135429317+kisahklasik@users.noreply.github.com>
Date: Sat, 3 Aug 2024 09:01:14 +0700
Subject: [PATCH] Update index.html
---
index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index e3bec84..7d85995 100644
--- a/index.html
+++ b/index.html
@@ -90,7 +90,7 @@
Tutorial:
// share
document.getElementById("shared").addEventListener("click", () => {
-alert("share image");
+alert("Bagikan Twibbon ini ke media sosial Anda?");
const dataUrl = c.toDataURL();
fetch(dataUrl)
.then(res => res.blob())
@@ -126,7 +126,7 @@ Tutorial:
$('#save').bind("click",function() {
var imgVal = $('#uploader').val();
if(imgVal=='') {
-alert("empty input file");
+alert("Tidak ada file yang dipilih!");
} else {
console.log('file fill in');
}