Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Test/fix [Done] dialogue #118

@darkf

Description

@darkf

In scripting.ts, we have:

$("#dialogue").append("&nbsp;&nbsp;\"" + msg + "\"<br><a href=\"javascript:dialogueEnd()\">[Done]</a><br>")

But #dialogue no longer exists, it was replaced. Earlier we have for normal replies:

			//$("#dialogue").append("&nbsp;&nbsp;\"" + msg + "\"<br>")
			uiSetDialogueReply(msg)

So we replaced it and the UI module now handles it, but it looks like [Done] options were never ported over.

It was added in 3fe7d5d.

jQuery was obscuring the selector failing.

I can't think off the top of my head what a good map to test this would be.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions