• 
      

    Fix regressions with configforms page router.

    Review Request #9826 — Created March 23, 2018 and submitted

    Information

    Djblets
    release-2.0.x
    35ec582...

    Reviewers

    This change fixes up two problems with the configforms page router:

    • We were passing in the full document.location instead of just the
      pathname. This meant that the "root" of the document included the full
      hostname and the hash. In older versions of backbone the hash would
      get stripped out as part of an unrelated step, but now it doesn't.
      Switching to just the pathname fixes this.
    • jQuery selectors for a[href=] now require quotes around the href.

    Loaded the "My Account" page and flipped around to various pages.

    brennie
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.0.x (335ba1a)