[fix] [minor] [website]

This commit is contained in:
Anand Doshi
2013-09-16 19:28:06 +05:30
parent 43e2bc84a8
commit 3966c4cc5b
5 changed files with 19 additions and 12 deletions

View File

@@ -2,9 +2,11 @@
{% block javascript -%}
<script>
$(document).ready(function() {
global_number_format = "{{ global_number_format }}";
currency = "{{ currency }}";
wn.currency_symbols = {{ currency_symbols }};
});
</script>
{{ super() }}