Skip to content

Commit

Permalink
update rates
Browse files Browse the repository at this point in the history
  • Loading branch information
update-rates.sh committed Sep 18, 2024
1 parent d0bff73 commit a111fbe
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/index-bak.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ <h2>נתוני מקרו</h2>
</div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<script src="js/rates.js?__C20033C__"></script>
<script src="js/rates.js?__C30500C__"></script>
<script src="js/main.js?1008"></script>
<script>
if ( document.readyState!=='loading' ){
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ <h2>נתוני מקרו</h2>
</div>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<script src="js/rates.js?__C30500C__"></script>
<script src="js/rates.js?__C3856C__"></script>
<script src="js/main.js?1008"></script>
<script>
if ( document.readyState!=='loading' ){
Expand Down
10 changes: 5 additions & 5 deletions docs/js/rates-bak.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const GSPC=5626.02;
const TA_125=2049.48;
const USD_ILS=3.7043;
const EUR_ILS=4.1086;
const SAMPLE_TIME="Mon Sep 16 00:58:55 UTC 2024";
const GSPC=5633.09;
const TA_125=2016.56;
const USD_ILS=3.7385;
const EUR_ILS=4.1571;
const SAMPLE_TIME="Tue Sep 17 00:45:18 UTC 2024";

10 changes: 5 additions & 5 deletions docs/js/rates.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const GSPC=5633.09;
const TA_125=2016.56;
const USD_ILS=3.7385;
const EUR_ILS=4.1571;
const SAMPLE_TIME="Tue Sep 17 00:45:18 UTC 2024";
const GSPC=5634.58;
const TA_125=1991.6;
const USD_ILS=3.7823;
const EUR_ILS=4.2038;
const SAMPLE_TIME="Wed Sep 18 00:55:41 UTC 2024";

0 comments on commit a111fbe

Please sign in to comment.