Skip to content

Commit

Permalink
Added South Korean Won
Browse files Browse the repository at this point in the history
  • Loading branch information
kolber committed Jul 10, 2011
1 parent 49cdeb7 commit 68aab76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions public/javascripts/application.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions public/javascripts/dataset.js
Expand Up @@ -9,11 +9,11 @@ var currencies = JSON.stringify({
CAD: { name: "Canadian Dollar", symbol: "$", rate_usd: 1 },
AUD: { name: "Australian Dollar", symbol: "$", rate_usd: 1 },
JPY: { name: "Japanese Yen", symbol: "¥", rate_usd: 1 },
INR: { name: "Indian Rupee", symbol: "", rate_usd: 1 },
KRW: { name: "South Korean Won", symbol: "", rate_usd: 1 },
NZD: { name: "New Zealand Dollar", symbol: "$", rate_usd: 1 },
CHF: { name: "Swiss Franc", symbol: "chf", rate_usd: 1 },
SGD: { name: "Singapore Dollar", symbol: "$", rate_usd: 1 },
HKD: { name: "Hong Kong Dollar", symbol: "$", rate_usd: 1 }
HKD: { name: "Hong Kong Dollar", symbol: "$", rate_usd: 1, 1:0 }
});

if (!localStorage.currencies || localStorage.currencies.count(':') !== currencies.count(':')) {
Expand Down
2 changes: 1 addition & 1 deletion views/offline.manifest.erb
@@ -1,5 +1,5 @@
CACHE MANIFEST
# Version 01
# Version 02

/stylesheets/application.css
/stylesheets/images.css
Expand Down

0 comments on commit 68aab76

Please sign in to comment.