Skip to content

Commit

Permalink
🧼 Küçük temizlik
Browse files Browse the repository at this point in the history
  • Loading branch information
KimlikDAO-bot committed Jan 22, 2024
1 parent 2af8371 commit e316d8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion al/sayfa.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const tcktYarat = (adres, açıkTckt) => {
const şifrele = /** @const {!Element} */(dom.adla("al3"));
/** @const {!Element} */
const şifreleDüğmesi = /** @const {!Element} */(dom.adla("al3a"));

dom.adla("te").style.opacity = 1;
şifrele.classList.remove("disabled");
şifreleDüğmesi.classList.remove("disabled");
Expand Down Expand Up @@ -74,6 +75,8 @@ const tcktYarat = (adres, açıkTckt) => {
}

const bağlaAdımı = () => {
/** @const {!Element} */
const kök = /** @type {!Element} */(dom.adla("al1"));
/** @const {!Element} */
const düğme = /** @type {!Element} */(dom.adla("al1a"));
düğme.onclick = Cüzdan.;
Expand All @@ -84,7 +87,7 @@ const bağlaAdımı = () => {
düğme.innerText = dom.TR ? "Cüzdan bağlandı ✓" : "Wallet connected ✓";
düğme.classList.remove("act");
dom.düğmeDurdur(düğme);
dom.adla("al1").classList.add("done");
kök.classList.add("done");
Tanışma.açıkTcktAlVe(adres.toLowerCase(), tcktYarat);
}
});
Expand Down
2 changes: 1 addition & 1 deletion al/ödeme/birim.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Kök = /** @const {!Element} */(dom.adla("od"));

/**
* @param {Element} imge
* @param {Element} satır∏∏
* @param {Element} satır
*/
const imgeEkle = (imge, satır) => {
satır = satır.lastElementChild;
Expand Down

0 comments on commit e316d8c

Please sign in to comment.