Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Conversation

b6pzeusbc54tvhw5jgpyw8pwz2x6gs
  1. fix escapeHtml problem
    In my case, I did send "&" string as a sample requset param, But my expressjs(v4) server can not got "&" properly. If request param type is string, it was converted as escapedHtml(), But jQuery ajax function make all data escapedHtml too automatically. That caused this problem.
    So I removed a calling escapsedHtml().
  2. make result area scroll auto
    Check the changed CSS.
  3. print 'Loading...'
    API Page doesn't display any pending status.
    When request start, I make result area display 'Loading...' text.

@rottmann
Copy link
Member

Thanks added in the next version (but only with JSON, not JSON5).

@rottmann rottmann closed this Feb 12, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants