Skip to content

remove and aviod javascript eval() calls #377

@gondo

Description

@gondo

use JSON (native or JSON.org) parser to parse ajax response to JSON instead of eval('(' + transport.responseText + ')')

eval('var value = taxRates.value_' + taxClass); can be written as var value = taxRates['value_' + taxClass];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions