Project

General

Profile

« Previous | Next » 

Revision 58816

[Explore| Trunk]

index.html: remove clipboard.js (not used)
App component: add qf=true in the search research outcomes menu item
Home Search bar: move class quickSelectionsBox
set delayTime 0 in quick selections component

View differences:

app.component.ts
96 96
      {
97 97
        rootItem: new MenuItem("search", "Search", "", "/search/find", false, [], ["/search/find"], {}),
98 98
        items: [
99
          new MenuItem("", "Research Outcomes", "", "/search/find/research-outcomes", false, [], ["/search/find/research-outcomes"], {}),
99
          new MenuItem("", "Research Outcomes", "", "/search/find/research-outcomes", false, [], ["/search/find/research-outcomes"], {qf:true}),
100 100
          new MenuItem("", "Projects", "", "/search/find/projects/", false, ["project"], ["/search/find/projects"], {}),
101 101
          new MenuItem("", "Content Providers", "", "/search/find/dataproviders", false, ["datasource"], ["/search/find/dataproviders"], {}),
102 102
          new MenuItem("", "Organizations", "", "/search/find/organizations/", false, ["organization"], ["/search/find/organizations"], {})

Also available in: Unified diff