Commit d9dab690 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix tab highlighting of Tests page.

parent e9066b38
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -576,6 +576,9 @@ Ext.define('Docs.view.Tabs', {
        else if (/#!?\/stats/.test(url)) {
            return 'Stats';
        }
        else if (/#!?\/tests/.test(url)) {
            return 'Tests';
        }
        else if (/#!?\/comment/.test(url)) {
            return 'Comments';
        }