Skip to content

「卿家可知」bug fix #3

Description

@life1347

if ($(this).attr("value") == "Comment" || $(this).text("value") == "留言") {

should change this line to

if ($(this).attr("value") == "Comment" || $(this).attr("value") == "留言") {

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