Loading template/app/controller/Search.js +1 −1 Original line number Diff line number Diff line Loading @@ -120,7 +120,7 @@ Ext.define('Docs.controller.Search', { if (record.get("type") !== 'cls') { name += '-' + record.get("type") + '-' + record.get("member"); } Docs.App.getController('Classes').loadClass("/api/"+name); Docs.App.getController('Classes').loadClass("#!/api/"+name); this.getDropdown().hide(); }, Loading template/app/view/cls/Tree.js +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ Ext.define('Docs.view.cls.Tree', { */ initComponent: function() { var tree = new Docs.view.cls.PackageLogic({classes: this.data, showPrivateClasses: true}); var tree = new Docs.view.cls.InheritanceLogic({classes: this.data, showPrivateClasses: true}); this.root = tree.create(); this.callParent(); } Loading Loading
template/app/controller/Search.js +1 −1 Original line number Diff line number Diff line Loading @@ -120,7 +120,7 @@ Ext.define('Docs.controller.Search', { if (record.get("type") !== 'cls') { name += '-' + record.get("type") + '-' + record.get("member"); } Docs.App.getController('Classes').loadClass("/api/"+name); Docs.App.getController('Classes').loadClass("#!/api/"+name); this.getDropdown().hide(); }, Loading
template/app/view/cls/Tree.js +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ Ext.define('Docs.view.cls.Tree', { */ initComponent: function() { var tree = new Docs.view.cls.PackageLogic({classes: this.data, showPrivateClasses: true}); var tree = new Docs.view.cls.InheritanceLogic({classes: this.data, showPrivateClasses: true}); this.root = tree.create(); this.callParent(); } Loading