Skip to content
Open
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

Binary file removed images/SvcRdy_Applied-Skills-Write-Up_Jobaidv2.pdf
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions js/bootstrap.min.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions js/jquery.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $(document).ready(function () {
b.innerHTML = "<td align=\"center\"><img src=\"https://s2.coinmarketcap.com/static/img/coins/16x16/" + storedPropFavs[propertyName].id + ".png\"></td>";
b.innerHTML += "<td>" + storedPropFavs[propertyName].symbol + "</td><td align=\"center\">" + storedPropFavs[propertyName].cmc_rank + "</td>";
var cryptoURL = storedPropFavs[propertyName].name.toLowerCase();
cryptoURL = cryptoURL.replace(" ", "-");
cryptoURL = cryptoURL.replace(/ /g,"-");
b.innerHTML += "<td><a href=\"https://coinmarketcap.com/currencies/" + cryptoURL + "\" target=\"blank\">" + storedPropFavs[propertyName].name + "</a</td>";
let num = Number(storedPropFavs[propertyName].quote[currencyOption].price);
b.innerHTML += "<td align=\"right\">" + num.toLocaleString(undefined, {
Expand Down Expand Up @@ -323,4 +323,4 @@ $(document).ready(function () {
start(storedFavsId);
});

});
});