Loading template/app/view/Tabs.js +3 −0 Original line number Diff line number Diff line Loading @@ -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'; } Loading Loading
template/app/view/Tabs.js +3 −0 Original line number Diff line number Diff line Loading @@ -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'; } Loading