Fix a JavaScript breakage due to ad blockers.

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

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.

    Loading...