Fix the js-tests.
Review Request #7331 — Created May 24, 2015 and submitted
The tests for the RepositorySelectionView were broken because of a template
change that introduced a space into the text content of the nodes. I've changed
this back to remove the extra space character.While I was editing this I saw that there was some now-unused code that hadn't
been removed after the refactor/redesign.
- Ran js-tests.
- Verified interaction with the search box on the New Review Request page.
Tool: PEP8 Style Checker Ignored Files: reviewboard/static/rb/js/newReviewRequest/views/repositoryView.js reviewboard/static/rb/js/newReviewRequest/views/repositorySelectionView.js Tool: Pyflakes Ignored Files: reviewboard/static/rb/js/newReviewRequest/views/repositoryView.js reviewboard/static/rb/js/newReviewRequest/views/repositorySelectionView.js