Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ <h6>Submission Status 🔔</h6>
document.getElementById('rateNew').innerText = `New Gmail : ${nR} টাকা`;
}
document.getElementById('rateOld').innerText = `Old Gmail : ${oR} টাকা`;
document.getElementById('dollarType').innerHTML = `<option value="new">New Gmail (Level Rate)</option><option value="${oR}">Old Gmail (${oR} Tk)</option>`;
document.getElementById('dollarType').innerHTML = `<option value="new">New Gmail (Level Rate)</option><option value="${oR}">Old Gmail (Level Rate )</option>`;

window.baseOldRate = oR;

Expand Down