Skip to content

Commit

Permalink
Remove deugger and fix page links
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajad Jalilian committed Jan 11, 2024
1 parent 0f14178 commit 4d084aa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Data.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<div class="navbar navbar-default navbar-fixed-bottom">
<div class="container">
<a href="/index.html" target="_self" rel="noopener noreferrer">خانه</a>
<a href="/RealMoney/index.html" target="_self" rel="noopener noreferrer">خانه</a>
</div>
</div>

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This project aims to help you calculate the Iranian Rials value historically

When you put a date we go back in time and buy some of the Azadi coins with the money you provided. After that, we return to the current day, sell those Azadi coins, and show you the money.

## If you find this project helpful, please give it a Star. It helps new people find out about it. :)

## Our Data

We get our data from excellent [rial-exchange-rates-archive](https://github.com/SamadiPour/rial-exchange-rates-archive) project.
1 change: 0 additions & 1 deletion functions.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
function fetchData() {
debugger
return fetch('https://cdn.jsdelivr.net/gh/SamadiPour/rial-exchange-rates-archive@data/jalali_all.min.json')
.then(response => response.json())
.then(data => {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h1 class="">پول واقعی</h1>
<div class="container">
<a href="https://github.com/SajadJalilian/RealMoney" target="_blank" rel="noopener noreferrer">github</a>

<a href="/Data.html" target="_self" rel="noopener noreferrer">
<a href="/RealMoney/Data.html" target="_self" rel="noopener noreferrer">
مشاهده تمام دیتا
</a>
</div>
Expand Down

0 comments on commit 4d084aa

Please sign in to comment.