Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

[FIX] Advanced trade: fix values calculations #2417

Merged
merged 1 commit into from
Apr 29, 2015

Commits on Apr 21, 2015

  1. [FIX] Advanced trade: fix values calculations

    Do not convert amount and order values to number
    when assigning to input - because chrome and IE shows
    big/small numbers in input in scientific notation
    
    use "replace(/,/g, '')" on result of "to_text_full()"
    until ripple lib fixed - "to_text_full()" returns
    string with group separator
    darkdarkdragon committed Apr 21, 2015
    Configuration menu
    Copy the full SHA
    a49edc3 View commit details
    Browse the repository at this point in the history