• 
      

    Fix a JavaScript breakage due to ad blockers.

    Review Request #9132 — Created Aug. 14, 2017 and submitted

    Information

    Review Board
    release-3.0.x
    c158e41...

    Reviewers

    The Review Request page's main view, RB.ReviewRequestPage.PageView,
    lived in a pageView.js file. This is being blacklisted by recent
    uBlock Origin releases, and likely other ad blockers. To fix this, the
    file (and the class) have been renamed. The new naming is a bit
    redundant with the directory name, but won't trip up any ad blockers.

    Successfully accessed pages and ran unit tests successfully with the
    ad blocker enabled.

    Description From Last Updated

    E501 line too long (84 > 79 characters)

    reviewbotreviewbot
    Checks run (1 failed, 1 succeeded)
    flake8 failed.
    JSHint passed.

    flake8

    brennie
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-3.0.x (7b3a483)