Skip to content

Bug in Example: /application/layouts/scripts/layout.phtml #1

@PeJay

Description

@PeJay

Edit jQuery script in layout.phtml, "default-base-" is missing in both key and value field Id's:


$("#key-label > label", newEl).attr....

$("#key-element > input", newEl)....

$("#key-element > input", newEl)....

to

$("#default-base-key-label > label", newEl)....

$("#default-base-key-element > input", newEl)....

$("#default-base-key-element > input", newEl)....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions