Skip to content
This repository has been archived by the owner on Dec 22, 2018. It is now read-only.

Bugfix #57

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Bugfix #57

wants to merge 2 commits into from

Commits on Dec 27, 2017

  1. Fix scripts/web for shared files and content-base

    1. Copy the shared folder to docs/shared instead of
       docs/shared/shared.
    
    2. Use docs/ instead of web/ as content-base because
       web/ doesn't exist.
    
    3. Add $* to allow optional argument such as passing
       --port to use another port.
    AP-Nothize committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    a6ef461 View commit details
    Browse the repository at this point in the history
  2. Fix rendering the same page more than once from scroll event

    Prevent invoking UI.renderPage on the same page more than once as that
    will corrupt the result.
    AP-Nothize committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    63dc231 View commit details
    Browse the repository at this point in the history